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

electrum-arc

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrum-arc - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

.babelrc

19

package.json
{
"name": "electrum-arc",
"version": "1.1.1",
"version": "1.2.0",
"description": "Agnostic Reactive Components for Electrum",
"main": "src/index.js",
"scripts": {
"compile": "babel -d lib src",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -20,3 +22,4 @@ },

"peerDependencies": {
"electrum": ">=1.1"
"electrum": ">=1.1",
"react": "^0.14.3"
},

@@ -29,5 +32,13 @@ "dependencies": {

"devDependencies": {
"electrum": ">=1.1",
"react": "^0.14.3"
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-plugin-transform-decorators": "^6.1.18",
"babel-plugin-transform-react-display-name": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"react-addons-shallow-compare": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.3"
}
}

@@ -7,3 +7,3 @@ 'use strict';

var instances = {};
var req = require.context ('./components/', true, /\.jsx$/);
var req = require.context ('./components/', true, /\.js$/);
var files = req.keys ();

@@ -14,3 +14,3 @@

var component = __webpack_require__ (componentId); // jshint ignore:line
var matches = file.match (/([^\/\\]+)\.jsx$/);
var matches = file.match (/([^\/\\]+)\.component\.js$/);
var componentType = matches[1];

@@ -17,0 +17,0 @@ components[componentType] = component;

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