New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

common-sequence

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-sequence - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2
+2
-2
package.json
{
"name": "common-sequence",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "2.0.1",
"version": "2.0.2",
"description": "Returns an array containing the initial elements which both input arrays have in common",

@@ -24,3 +24,3 @@ "repository": "https://github.com/75lb/common-sequence",

"scripts": {
"test": "npm run dist && test-runner test.js",
"test": "test-runner test.js",
"docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md",

@@ -27,0 +27,0 @@ "dist": "rollup -f umd -n commonSequence -o dist/index.js index.mjs"