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.0.0 to 1.0.1

7

package.json
{
"name": "electrum-require-components",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tiny tool to generate a source file with a list of requires.",

@@ -10,3 +10,3 @@ "main": "lib/index.js",

"scripts": {
"compile": "babel -d lib/ src/",
"compile": "rimraf ./lib && babel -d lib src",
"prepublish": "npm run compile",

@@ -39,4 +39,5 @@ "test": "mocha src/test/**/*.js"

"path": "^0.12.7",
"react": "^0.14.3"
"react": "^0.14.3",
"rimraf": "^2.4.4"
}
}
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