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

react-accio

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-accio - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0-next.0

dist/defaults/index.js

40

package.json
{
"name": "react-accio",
"version": "1.1.0",
"version": "2.0.0-next.0",
"description": "Declaratively fetch multiple APIs with a single React component.",
"main": "dist/Accio.cjs.js",
"module": "dist/Accio.esm.js",
"main": "dist/index.js",
"keywords": [

@@ -20,31 +19,28 @@ "react",

"peerDependencies": {
"react": "^16.3.2"
"react": "^16.8"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"hoist-non-react-statics": "^2.5.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^23.0.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"dom-testing-library": "^2.3.2",
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.7.1",
"flow-bin": "^0.78.0",
"jest": "^23.0.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-testing-library": "^3.1.3",
"rollup": "^0.61.0",
"rollup-plugin-babel": "^3.0.3"
"jest": "^24.7.1",
"jest-dom": "^3.1.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-testing-library": "^3.1.3"
},
"scripts": {
"build": "rollup -c",
"build": "babel src -d dist --ignore \"**/__tests__/**/*.js\"",
"dev": "rollup -c -w",
"test": "jest",
"pretest": "npm run build",
"flow": "flow"

@@ -51,0 +47,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