Comparing version 0.2.0-alpha.1 to 0.2.0
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('react-redux'), require('redux'), require('shortid'), require('superagent'), require('path-to-regexp')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'react', 'react-redux', 'redux', 'shortid', 'superagent', 'path-to-regexp'], factory) : | ||
(global = global || self, factory(global.Resift = {}, global.React, global.ReactRedux, global.Redux, global.shortId, global.superagent, global.pathToRegexp)); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Resift = {}, global.React, global.ReactRedux, global.Redux, global.shortId, global.superagent, global.pathToRegexp)); | ||
}(this, (function (exports, React, reactRedux, redux, shortId, request, pathToRegexp) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"author": "team@justsift.com", | ||
"version": "0.2.0-alpha.1", | ||
"version": "0.2.0", | ||
"description": "A state management for data fetches in React", | ||
@@ -21,14 +21,14 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@types/react": "^16.9.43", | ||
"@types/react": "^16.9.46", | ||
"react": "^16.8.0", | ||
"react-redux": "^7.2.0", | ||
"redux": "^4.0.5" | ||
"redux": "^4.0.5", | ||
"react-redux": "^7.2.1" | ||
}, | ||
"dependencies": { | ||
"@babel/cli": "^7.10.5", | ||
"@types/superagent": "^4.1.8", | ||
"path-to-regexp": "^1.8.0", | ||
"@types/superagent": "^4.1.9", | ||
"delay": "^4.4.0", | ||
"path-to-regexp": "^1.8.0", | ||
"shortid": "^2.2.15", | ||
"superagent": "^5.2.2" | ||
"superagent": "^6.0.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "sideEffects": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
284857
72
+ Addedsuperagent@6.1.0(transitive)
- Removedsuperagent@5.3.1(transitive)
Updated@types/superagent@^4.1.9
Updatedsuperagent@^6.0.0