Socket
Socket
Sign inDemoInstall

@furystack/rest-service

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/rest-service - npm Package Compare versions

Comparing version 2.1.9 to 2.1.10

0

dist/actions/error-action.d.ts

@@ -0,0 +0,0 @@ import { RequestAction } from '@furystack/rest';

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

import '@furystack/logging';
//# sourceMappingURL=error-action.spec.d.ts.map

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

@@ -0,0 +0,0 @@ import { RequestAction } from '@furystack/rest';

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

export {};
//# sourceMappingURL=get-current-user.spec.d.ts.map

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

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

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

@@ -0,0 +0,0 @@ import { RequestAction } from '@furystack/rest';

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

export {};
//# sourceMappingURL=is-authenticated.spec.d.ts.map

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

export {};
//# sourceMappingURL=login-action.spec.d.ts.map

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

@@ -0,0 +0,0 @@ import { RequestAction } from '@furystack/rest';

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

export {};
//# sourceMappingURL=logout-action.spec.d.ts.map

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

@@ -0,0 +0,0 @@ import { RequestAction } from '@furystack/rest';

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

@@ -0,0 +0,0 @@ import { RequestAction } from '@furystack/rest';

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

export {};
//# sourceMappingURL=not-found-action.spec.d.ts.map

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

export {};
//# sourceMappingURL=add-cors-header.spec.d.ts.map

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

@@ -0,0 +0,0 @@ import { Disposable } from '@furystack/utils';

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

@@ -0,0 +0,0 @@ import '@furystack/logging';

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

export {};
//# sourceMappingURL=authenticate.spec.d.ts.map

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

@@ -0,0 +0,0 @@ import '@furystack/logging';

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

export {};
//# sourceMappingURL=authorize.spec.d.ts.map

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

@@ -0,0 +0,0 @@ import { PhysicalStore, User, StoreManager } from '@furystack/core';

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

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

@@ -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 @@ declare module 'http' {

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

import './incoming-message-extensions';
//# sourceMappingURL=incoming-message-extensions.spec.d.ts.map

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

@@ -0,0 +0,0 @@ import './injector-extensions';

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

@@ -0,0 +0,0 @@ import { User } from '@furystack/core';

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

import '@furystack/logging';
import './injector-extensions';
//# sourceMappingURL=injector-extensions.spec.d.ts.map

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

@@ -0,0 +0,0 @@ /**

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

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

import '@furystack/logging';
import './injector-extensions';
//# sourceMappingURL=rest-service.integration.spec.d.ts.map

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

@@ -0,0 +0,0 @@ import { ActionResult } from '@furystack/rest';

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

import './server-response-extensions';
//# sourceMappingURL=server-response-extensions.spec.d.ts.map

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

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

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

20

package.json
{
"name": "@furystack/rest-service",
"version": "2.1.9",
"version": "2.1.10",
"description": "Repository implementation for FuryStack",

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

"dependencies": {
"@furystack/core": "^9.1.3",
"@furystack/inject": "^4.0.32",
"@furystack/logging": "^2.0.39",
"@furystack/rest": "^1.1.16",
"@furystack/utils": "^1.2.2",
"@furystack/core": "^9.1.4",
"@furystack/inject": "^4.0.33",
"@furystack/logging": "^2.0.40",
"@furystack/rest": "^1.1.17",
"@furystack/utils": "^1.2.3",
"hash.js": "^1.1.7",

@@ -44,7 +44,7 @@ "path-to-regexp": "^6.1.0",

"tslib": "^2.0.0",
"uuid": "^8.0.0"
"uuid": "^8.2.0"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/node": "^14.0.4",
"@types/jest": "^26.0.2",
"@types/node": "^14.0.14",
"@types/uuid": "^8.0.0",

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

"typings": "./dist/index.d.ts",
"gitHead": "15e03b72d7c0df90841479a724e2fe069ab09068"
"gitHead": "ba2a2500c3aae651bb2bd1c5701724d43c7bd7e0"
}
# rest-service
REST Service (implementation) package for @furystack/rest

@@ -0,0 +0,0 @@ import { RequestAction, JsonResult } from '@furystack/rest'

@@ -0,0 +0,0 @@ import { RequestAction, JsonResult } from '@furystack/rest'

@@ -0,0 +0,0 @@ export * from './error-action'

@@ -0,0 +0,0 @@ import { RequestAction, JsonResult } from '@furystack/rest'

@@ -0,0 +0,0 @@ import { HttpUserContext } from '../http-user-context'

@@ -0,0 +0,0 @@ import { HttpUserContext } from '../http-user-context'

@@ -0,0 +0,0 @@ import { RequestAction, JsonResult } from '@furystack/rest'

@@ -0,0 +0,0 @@ import { IncomingMessage, ServerResponse } from 'http'

@@ -0,0 +0,0 @@ import { Disposable, PathHelper, usingAsync } from '@furystack/utils'

@@ -0,0 +0,0 @@ import { IncomingMessage } from 'http'

@@ -0,0 +0,0 @@ import http from 'http'

@@ -0,0 +0,0 @@ import './injector-extensions'

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

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

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

@@ -0,0 +0,0 @@ import { Socket } from 'net'

@@ -0,0 +0,0 @@ import http from 'http'

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