{"library":"array-difference","type":"library","category":null,"description":"The `array-difference` package, currently at version 0.0.2 and last published in 2020 (with a copyright date of 2013), provides a basic utility method for computing the symmetric difference between two arrays. It identifies elements present in one array but not the other. Originally designed to be compatible with AMD and CommonJS modules, it functions in both Node.js and browser environments of its era. This package is no longer actively maintained or developed. Modern JavaScript projects typically use native `Set` operations, `filter` with `includes`, or more feature-rich, actively maintained third-party libraries that offer advanced array comparison, custom comparison functions, and better performance for large datasets. Its key differentiator is its simplicity and small footprint, though this comes at the cost of modern features and ongoing support.","language":"javascript","status":"abandoned","version":"0.0.2","tags":["javascript","utility","array"],"last_verified":"Wed May 27","install":[{"cmd":"npm install array-difference","imports":["const difference = require('array-difference');"]},{"cmd":"yarn add array-difference","imports":[]},{"cmd":"pnpm add array-difference","imports":[]}],"homepage":null,"github":"https://github.com/jugglinmike/array-difference","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/array-difference","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/array-difference/compatibility"}}