Socket
Socket
Sign inDemoInstall

@furystack/rest

Package Overview
Dependencies
Maintainers
1
Versions
145
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.1.0 to 1.1.1

0

dist/index.d.ts

@@ -0,0 +0,0 @@ export * from './methods';

1

dist/index.js

@@ -6,3 +6,4 @@ "use strict";

tslib_1.__exportStar(require("./request-action"), exports);
tslib_1.__exportStar(require("./rest-api"), exports);
tslib_1.__exportStar(require("./request-error"), exports);
//# sourceMappingURL=index.js.map
export declare const methods: readonly ["GET", "POST", "PATCH", "PUT", "DELETE"];
//# sourceMappingURL=methods.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Injector } from '@furystack/inject';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class RequestError extends Error {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { methods } from './methods';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=rest-api.js.map

6

package.json
{
"name": "@furystack/rest",
"version": "1.1.0",
"version": "1.1.1",
"description": "Generic REST package",

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

"dependencies": {
"@furystack/inject": "^4.0.16",
"@furystack/inject": "^4.0.17",
"tslib": "^1.11.1"
},
"typings": "./dist/index.d.ts",
"gitHead": "5bcb961f340d2283c0b929421e7d04f7b01852f0"
"gitHead": "7bc33e6ebee975d23e4e782e37e398472c726b1d"
}

@@ -0,0 +0,0 @@ # REST

@@ -0,0 +0,0 @@ export * from './methods'

export const methods = ['GET', 'POST', 'PATCH', 'PUT', 'DELETE'] as const

@@ -0,0 +0,0 @@ import { Injector } from '@furystack/inject'

@@ -0,0 +0,0 @@ export class RequestError extends Error {

@@ -0,0 +0,0 @@ import { methods } from './methods'

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