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

backstage-switch-button

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backstage-switch-button - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

dist/switch-button.js

@@ -116,3 +116,4 @@ 'use strict';

onChange: _react2.default.PropTypes.func,
value: _react2.default.PropTypes.string
value: _react2.default.PropTypes.string,
style: _react2.default.PropTypes.object
};

@@ -125,3 +126,4 @@

checked: null,
onChange: function onChange() {}
onChange: function onChange() {},
style: {}
};
{
"name": "backstage-switch-button",
"version": "0.1.3",
"version": "0.1.4",
"description": "backstage switch button",

@@ -29,16 +29,16 @@ "main": "dist/switch-button.js",

"babel-jest": "^14.1.0",
"babel-loader": "^6.2.4",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"enzyme": "^2.4.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-react": "^6.1.2",
"jest": "^14.1.0",
"jest-cli": "^14.1.0",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^15.3.0"
"react": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1"
},

@@ -45,0 +45,0 @@ "jest": {

@@ -10,3 +10,3 @@ # backstage-switch-button

```bash
$ npm install backstage-switch-button --save
$ npm install react-switch-button --save
```

@@ -21,3 +21,3 @@

render(<SwitchButton/>, document.getElementById('container'));
render(<SwitchButton />, document.getElementById('container'));
```
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