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

@aszu/lazy-network

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aszu/lazy-network - npm Package Compare versions

Comparing version 0.4.2-6 to 0.4.2-7

2

dist/utils/StatusResponseInterceptor.js

@@ -86,2 +86,4 @@ "use strict";

return handler.check(status);
}).map(function (handler) {
return handler.action;
});

@@ -88,0 +90,0 @@ var handlersToBeExecuted = [].concat((0, _toConsumableArray2["default"])(this.handlers[status] || EMPTY), (0, _toConsumableArray2["default"])(functionalHandlersToExecute));

2

package.json
{
"name": "@aszu/lazy-network",
"version": "0.4.2-6",
"version": "0.4.2-7",
"description": "The network layer wrapper, by lazy people for lazy people.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -32,3 +32,3 @@ import ResponseListener from './ResponseListener'

handler => handler.check(status)
)
).map(handler => handler.action)

@@ -35,0 +35,0 @@ const handlersToBeExecuted = [...(this.handlers[status] || EMPTY), ...functionalHandlersToExecute]

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