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

react-smooth-collapse

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-smooth-collapse - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

33

package.json
{
"name": "react-smooth-collapse",
"version": "1.3.0",
"version": "1.3.1",
"description": "React component for animating showing or hiding an element.",

@@ -8,5 +8,5 @@ "main": "js/index.js",

"prepare": "rimraf js && babel -s inline -d js/ src/ && flow-copy-source -v src js",
"example-build": "NODE_ENV=development browserify -t babelify -do example/bundle.js example/main.js",
"example-watch": "NODE_ENV=development-hmr watchify -v -p browserify-hmr -t babelify -do example/bundle.js example/main.js",
"example-build-prod": "NODE_ENV=production browserify -t babelify -do example/bundle.js example/main.js",
"example-build": "cross-env NODE_ENV=development browserify -t babelify -do example/bundle.js example/main.js",
"example-watch": "cross-env NODE_ENV=development-hmr watchify -v -p browserify-hmr -t babelify -do example/bundle.js example/main.js",
"example-build-prod": "cross-env NODE_ENV=production browserify -t babelify -do example/bundle.js example/main.js",
"test": "npm run lint && npm run flow_check && jest",

@@ -36,4 +36,4 @@ "flow_check": "flow check",

"babel-cli": "^6.5.1",
"babel-eslint": "^7.2.1",
"babel-jest": "^20.0.3",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-plugin-add-module-exports": "^0.2.1",

@@ -48,12 +48,13 @@ "babel-plugin-transform-runtime": "^6.5.2",

"browserify-hmr": "^0.3.5",
"eslint": "^4.5.0",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-react": "^7.3.0",
"flow-bin": "^0.53.1",
"cross-env": "^5.0.5",
"eslint": "^4.8.0",
"eslint-plugin-flowtype": "^2.37.0",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.56.0",
"flow-copy-source": "^1.0.1",
"jest": "^20.0.4",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"jest": "^21.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"rimraf": "^2.6.1",
"sinon": "^3.2.1",
"sinon": "^4.0.1",
"watchify": "^3.9.0"

@@ -65,7 +66,7 @@ },

"kefir-bus": "^2.2.0",
"prop-types": "^15.5.8"
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0"
"react": "^0.14.9 || ^15.3.0 || ^16.0.0"
}
}

@@ -20,4 +20,4 @@ # react-smooth-collapse

```
npm install
npm run example-build
yarn
yarn example-build
```

@@ -30,3 +30,3 @@

```
npm run example-watch
yarn example-watch
```

@@ -76,10 +76,3 @@

[Flow](http://flowtype.org/) type declarations for this module are included! As
of Flow v0.22, you must add the following entries to your `.flowconfig` file's
options section for them to work:
```
[options]
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
```
[Flow](https://flowtype.org/) type declarations for this module are included!
If you are using Flow, they won't require any configuration to use.

Sorry, the diff of this file is not supported yet

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