Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.16 to 0.0.17

1

lib/httpRequest.js

@@ -0,1 +1,2 @@

/* eslint-enable @typescript-eslint/no-empty-interface */
export default function httpRequest(options) {

@@ -2,0 +3,0 @@ return new Promise(function (resolve, reject) {

11

package.json
{
"name": "@goldfishjs/requester",
"version": "0.0.16",
"version": "0.0.17",
"description": "goldfish-requester",

@@ -28,4 +28,4 @@ "main": "lib/index.js",

"dependencies": {
"@goldfishjs/reactive-connect": "^0.0.16",
"@goldfishjs/utils": "^0.0.16",
"@goldfishjs/reactive-connect": "^0.0.17",
"@goldfishjs/utils": "^0.0.17",
"mini-types": "^0.1.0"

@@ -45,8 +45,5 @@ },

"merge2": "^1.3.0",
"ts-jest": "^23.10.2",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"typescript": "^3.7.2"
"ts-jest": "^23.10.2"
},
"types": "./types/index.d.ts"
}
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