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

@furystack/rest

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/rest - npm Package Compare versions

Comparing version 1.2.6 to 1.3.0

2

dist/endpoint-models/delete-endpoint.d.ts

@@ -9,4 +9,4 @@ import { RequestAction } from '../request-action';

};
result: string;
result: {};
}>;
//# sourceMappingURL=delete-endpoint.d.ts.map

@@ -10,4 +10,4 @@ import { RequestAction } from '../request-action';

};
result: string;
result: {};
}>;
//# sourceMappingURL=patch-endpoint.d.ts.map
{
"name": "@furystack/rest",
"version": "1.2.6",
"version": "1.3.0",
"description": "Generic REST package",

@@ -32,10 +32,10 @@ "main": "dist/index.js",

"dependencies": {
"@furystack/inject": "^4.0.41",
"@furystack/inject": "^4.0.42",
"tslib": "^2.0.3"
},
"devDependencies": {
"@types/node": "^14.14.9"
"@types/node": "^14.14.10"
},
"typings": "./dist/index.d.ts",
"gitHead": "9af051b8717103d81efabb95f675d116cd5421d3"
"gitHead": "a4192e69dfbc0112c7167a1756d63f29a844f1a8"
}

@@ -8,3 +8,3 @@ import { RequestAction } from '../request-action'

urlParams: { id: T[keyof T] }
result: string
result: {}
}>

@@ -9,3 +9,3 @@ import { RequestAction } from '../request-action'

urlParams: { id: T[keyof T] }
result: string
result: {}
}>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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