New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

electrum-require-components

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrum-require-components - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

24

package.json
{
"name": "electrum-require-components",
"version": "1.3.0",
"description": "Tiny tool to generate a source file with a list of requires.",
"version": "1.4.0",
"description": "This Electrum build tool generates a source file with a list of requires.",
"main": "lib/index.js",

@@ -10,5 +10,5 @@ "bin": {

"scripts": {
"compile": "rimraf ./lib && babel -d lib src",
"compile": "rimraf ./lib && babel --quiet --out-dir lib src",
"prepublish": "npm run compile",
"test": "mocha src/test/**/*.js",
"test": "npm run compile && mocha lib/test/**/*.js",
"livetest": "npm run compile && node lib/index.js --wrap --crlf ./src sample .foo.js foo.js"

@@ -32,13 +32,13 @@ },

"devDependencies": {
"babel-cli": "^6.2.4",
"babel-core": "^6.2.4",
"babel-preset-es2015": "^6.2.4",
"babel-preset-stage-0": "^6.2.4",
"chai": "^3.4.1",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"mai-chai": "^1.1.2",
"mocha": "^2.3.4",
"mocha": "^2.4.5",
"path": "^0.12.7",
"react": "^0.14.3",
"rimraf": "^2.4.4"
"react": "^0.14.7",
"rimraf": "^2.5.1"
}
}

Sorry, the diff of this file is not supported yet

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