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

react-photostory

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-photostory - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

2

components/Slide.js
import React, { Component, PropTypes } from 'react'
import classNames from 'classnames'
import autoBind from 'auto-bind'
import autoBind from 'react-auto-bind'

@@ -5,0 +5,0 @@ export default class Slide extends Component {

import React, { Component, PropTypes } from 'react'
import classNames from 'classnames'
import autoBind from 'auto-bind'
import autoBind from 'react-auto-bind'

@@ -5,0 +5,0 @@ export default class Swipe extends Component {

@@ -19,5 +19,5 @@ 'use strict';

var _autoBind = require('auto-bind');
var _reactAutoBind = require('react-auto-bind');
var _autoBind2 = _interopRequireDefault(_autoBind);
var _reactAutoBind2 = _interopRequireDefault(_reactAutoBind);

@@ -45,3 +45,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

(0, _autoBind2.default)(_this);
(0, _reactAutoBind2.default)(_this);
return _this;

@@ -48,0 +48,0 @@ }

@@ -17,5 +17,5 @@ 'use strict';

var _autoBind = require('auto-bind');
var _reactAutoBind = require('react-auto-bind');
var _autoBind2 = _interopRequireDefault(_autoBind);
var _reactAutoBind2 = _interopRequireDefault(_reactAutoBind);

@@ -45,3 +45,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

(0, _autoBind2.default)(_this);
(0, _reactAutoBind2.default)(_this);
return _this;

@@ -48,0 +48,0 @@ }

@@ -73,5 +73,5 @@ {

"dependencies": {
"auto-bind": "^0.1.0",
"classnames": "^2.2.5",
"react": "^15.x.x"
"react": "^15.x.x",
"react-auto-bind": "^0.2.0"
},

@@ -83,3 +83,3 @@ "config": {

},
"version": "0.1.2"
"version": "0.2.0"
}
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