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.27.3 to 4.27.4

11

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

@@ -13,5 +13,5 @@ "main": "dist/index.js",

"readme": "node bundler/bundle.js",
"bundle": "webpack-cli dist/index.js --output build/collect.js --mode development --output-library collect",
"uglify": "uglifyjs build/collect.js --compress --mangle --output build/collect.min.js",
"build": "npm run transpile && npm run bundle && npm run uglify && npm run readme",
"bundle.development": "webpack-cli dist/index.js --output build/collect.js --mode development --output-library collect",
"bundle.production": "webpack-cli dist/index.js --output build/collect.min.js --mode production --output-library collect",
"build": "npm run transpile && npm run bundle.development && npm run bundle.production && npm run readme",
"eslint": "npm run eslint:js && npm run eslint:md",

@@ -76,6 +76,5 @@ "eslint:js": "eslint src/ test/ --fix",

"nyc": "^11.0.2",
"uglify-js": "^3.2.2",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6"
}
}
}

Sorry, the diff of this file is too big to display

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