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

resift

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resift - npm Package Compare versions

Comparing version 0.2.0-alpha.1 to 0.2.0

2

index.js
(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,

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