New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@goldfishjs/requester

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldfishjs/requester - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.3.0](https://github.com/alipay/goldfish/blob/master/packages/requester/README.md/compare/v1.2.1...v1.3.0) (2020-11-24)
**Note:** Version bump only for package @goldfishjs/requester
## [1.2.1](https://github.com/alipay/goldfish/blob/master/packages/requester/README.md/compare/v1.2.0...v1.2.1) (2020-09-25)

@@ -8,0 +16,0 @@

2

lib/serial.js

@@ -16,3 +16,3 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";

case 0:
if (!((options === null || options === void 0 ? void 0 : options.usePreviousResult) && promiseList.length)) {
if (!(options !== null && options !== void 0 && options.usePreviousResult && promiseList.length)) {
_context.next = 2;

@@ -19,0 +19,0 @@ break;

{
"name": "@goldfishjs/requester",
"version": "1.2.1",
"version": "1.3.0",
"description": "goldfish-requester",

@@ -26,8 +26,8 @@ "main": "lib/index.js",

"dependencies": {
"@goldfishjs/module-usage": "^1.2.1",
"@goldfishjs/reactive": "^1.2.1",
"@goldfishjs/reactive-connect": "^1.2.1",
"@goldfishjs/utils": "^1.2.1",
"@goldfishjs/module-usage": "^1.3.0",
"@goldfishjs/reactive": "^1.3.0",
"@goldfishjs/reactive-connect": "^1.3.0",
"@goldfishjs/utils": "^1.3.0",
"mini-types": "^0.1.3"
}
}
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