Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

array-difference

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-difference - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

src/array-difference.js

6

package.json
{
"name": "array-difference",
"version": "0.0.1",
"version": "0.0.2",
"description": "Utility method for finding the difference between arrays",
"main": "difference.js",
"main": "src/array-difference.js",
"scripts": {

@@ -15,3 +15,3 @@ "test": "make test"

"author": "Mike Pennisi",
"license": "MIT Expat",
"license": "MIT",
"devDependencies": {

@@ -18,0 +18,0 @@ "tape": "~1.0.4"

@@ -1,5 +0,8 @@

# Difference
# Array Difference
Utility method to compute the difference between two arrays.
[![browser support](https://ci.testling.com/jugglinmike/array-difference.png)](https://ci.testling.com/jugglinmike/array-difference)
Utility method to compute the difference between two arrays. AMD and CommonJS
compatible; works in [Node.js](http://nodejs.org) and the browser.
## Installation

@@ -6,0 +9,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc