You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@furystack/rest-service

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

2

dist/injector-extensions.d.ts

@@ -26,5 +26,5 @@ import { IncomingMessage, ServerResponse } from 'http';

*/
useHttpAuthentication: <TUser extends User>(settings?: Partial<HttpAuthenticationSettings<TUser>>) => Injector;
useHttpAuthentication: <TUser extends User>(settings?: Partial<HttpAuthenticationSettings<TUser>>) => this;
}
}
//# sourceMappingURL=injector-extensions.d.ts.map
{
"name": "@furystack/rest-service",
"version": "1.2.0",
"version": "1.2.1",
"description": "Repository implementation for FuryStack",

@@ -34,6 +34,6 @@ "main": "dist/index.js",

"dependencies": {
"@furystack/core": "^8.0.13",
"@furystack/inject": "^4.0.25",
"@furystack/logging": "^2.0.32",
"@furystack/rest": "^1.1.9",
"@furystack/core": "^8.0.14",
"@furystack/inject": "^4.0.26",
"@furystack/logging": "^2.0.33",
"@furystack/rest": "^1.1.10",
"@furystack/utils": "^1.1.16",

@@ -48,3 +48,3 @@ "hash.js": "^1.1.7",

"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"@types/node": "^13.13.0",
"@types/uuid": "^7.0.2",

@@ -54,3 +54,3 @@ "got": "^10.7.0"

"typings": "./dist/index.d.ts",
"gitHead": "4795377c6bddd53922037abf8237b58bdd804fef"
"gitHead": "5aa5ab8a86e06a452079ed7e58671f1e339ad5b4"
}

@@ -30,6 +30,3 @@ import { IncomingMessage, ServerResponse } from 'http'

*/
useHttpAuthentication: <TUser extends User>(settings?: Partial<HttpAuthenticationSettings<TUser>>) => Injector
/**
* Add a specific routing to the HTTP API
*/
useHttpAuthentication: <TUser extends User>(settings?: Partial<HttpAuthenticationSettings<TUser>>) => this
}

@@ -36,0 +33,0 @@ }

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc