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

react-optimistic-toggle

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-optimistic-toggle - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1-temp-adi-1

jest.setup.js

22

package.json
{
"name": "react-optimistic-toggle",
"version": "0.5.0",
"version": "0.5.1-temp-adi-1",
"description": "React component to build Optimistic UIs.",

@@ -23,8 +23,9 @@ "main": "lib/OptimisticToggle.js",

"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.0",
"@babel/preset-react": "^7.0.0",

@@ -39,7 +40,10 @@ "babel-loader": "^8.0.6",

"synchronous-promise": "^2.0.7",
"webpack": "^4.39.3"
"webpack": "^4.41.2"
},
"dependencies": {
"@babel/runtime": "^7.4.3"
"@babel/runtime": "^7.7.0"
},
"jest": {
"setupFilesAfterEnv": [ "<rootDir>/jest.setup.js" ]
}
}

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