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

collect.js

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collect.js - npm Package Compare versions

Comparing version 4.30.3 to 4.30.6

13

package.json
{
"name": "collect.js",
"version": "4.30.3",
"version": "4.30.6",
"description": "Convenient and dependency free wrapper for working with arrays and objects.",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"scripts": {
"all": "npm run build && npm test && npm run eslint",
"all": "npm run build && npm test && npm run eslint && npm run validate-version",
"pretest": "npm run transpile",

@@ -17,5 +17,7 @@ "test": "mocha test/tests.js",

"build": "npm run transpile && npm run bundle.development && npm run bundle.production && npm run readme",
"eslint": "npm run eslint:js && npm run eslint:md",
"eslint:js": "eslint src/ test/ --fix",
"eslint:md": "eslint --fix --ext md README.md docs/ --rule strict:off --rule no-undef:off --rule no-unused-vars:off --rule func-names:off --rule no-console:off --rule consistent-return:off --rule import/no-unresolved:off --rule import/extensions:off --parser-options sourceType:module",
"eslint": "npm run eslint:fix",
"eslint:fix": "npm run eslint:js -- --fix && npm run eslint:md -- --fix",
"eslint:strict": "npm run eslint:js && npm run eslint:md",
"eslint:js": "eslint src/ test/",
"eslint:md": "eslint --ext md README.md docs/ --rule strict:off --rule no-undef:off --rule no-unused-vars:off --rule func-names:off --rule no-console:off --rule consistent-return:off --rule import/no-unresolved:off --rule import/extensions:off --parser-options sourceType:module",
"coverage": "npm run transpile && nyc mocha test/tests.js",

@@ -25,2 +27,3 @@ "reporter": "nyc report --reporter=html",

"docs:build": "vuepress build docs",
"validate-version": "",
"prepublishOnly": "npm run all"

@@ -27,0 +30,0 @@ },

Sorry, the diff of this file is not supported yet

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