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

@sandstreamdev/react-swipeable-list

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sandstreamdev/react-swipeable-list - npm Package Compare versions

Comparing version

to
0.3.1

dist/module.d.ts

4

dist/react-swipeable-list.umd.js

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = global || self, factory(global['@sandstreamdev/react-swipeable-list'] = {}, global.React, global.PropTypes));
}(this, function (exports, React, PropTypes) { 'use strict';
}(this, (function (exports, React, PropTypes) { 'use strict';

@@ -510,2 +510,2 @@ var React__default = 'default' in React ? React['default'] : React;

}));
})));
{
"name": "@sandstreamdev/react-swipeable-list",
"description": "Swipeable list component for React",
"version": "0.3.0",
"version": "0.3.1",
"author": {

@@ -30,33 +30,35 @@ "name": "Sandstream Development",

"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.4",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"husky": "^3.0.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"jest-transform-css": "^2.0.0",
"lint-staged": "^9.2.5",
"prettier": "^1.18.2",
"@babel/core": "7.7.4",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-transform-modules-commonjs": "7.7.4",
"@babel/preset-env": "7.7.4",
"@babel/preset-react": "7.7.4",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.3.2",
"autoprefixer": "9.7.3",
"babel-eslint": "10.0.3",
"eslint": "6.7.2",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"husky": "3.1.0",
"identity-obj-proxy": "3.0.0",
"jest": "24.9.0",
"jest-transform-css": "2.0.0",
"lint-staged": "9.5.0",
"prettier": "1.19.1",
"prop-types": "^15.7.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"rollup": "^1.20.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^2.0.3",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0"
"rollup": "1.27.8",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-copy": "3.1.0",
"rollup-plugin-local-resolve": "1.0.7",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-peer-deps-external": "2.2.0",
"rollup-plugin-postcss": "2.0.3",
"stylelint": "12.0.0",
"stylelint-config-standard": "19.0.0"
},

@@ -71,2 +73,3 @@ "scripts": {

},
"types": "dist/module.d.ts",
"files": [

@@ -73,0 +76,0 @@ "dist"

Sorry, the diff of this file is not supported yet