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

react-simple-collapsible-element

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-collapsible-element - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

index.js

2

example/package.json

@@ -9,3 +9,3 @@ {

"react-scripts": "1.1.5",
"react-simple-collapsible-element": "^1.2.1"
"react-simple-collapsible-element": "^1.2.2"
},

@@ -12,0 +12,0 @@ "scripts": {

{
"name": "react-simple-collapsible-element",
"version": "1.2.2",
"version": "1.2.3",
"description": "simple react collapsible supports nested elements",
"main": "Collapsible.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/YIZHUANG/react-simple-collapsible.git"
"url": "git://github.com/YIZHUANG/react-simple-collapsible-element.git"
},
"scripts": {
"build": "babel src/Collapsible.js --out-file Collapsible.js"
"build": "mkdir -p dist && babel src/Collapsible.js --out-file dist/Collapsible.js"
},

@@ -22,12 +22,9 @@ "author": "YIZHUANG",

"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-istanbul": "^0.12.2",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.13.0",
"babel-cli": "^6.5.2",
"babel-core": "^6.17.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"react": "^16.0.0",

@@ -34,0 +31,0 @@ "react-dom": "^16.0.0",

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