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.11 to 2.1.12

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.11",
"version": "2.1.12",
"description": "Repository implementation for FuryStack",

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

"dependencies": {
"@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",
"@furystack/core": "^9.1.5",
"@furystack/inject": "^4.0.34",
"@furystack/logging": "^2.0.41",
"@furystack/rest": "^1.1.18",
"@furystack/utils": "^1.2.4",
"hash.js": "^1.1.7",

@@ -47,9 +47,9 @@ "path-to-regexp": "^6.1.0",

"devDependencies": {
"@types/jest": "^26.0.2",
"@types/node": "^14.0.14",
"@types/jest": "^26.0.4",
"@types/node": "^14.0.21",
"@types/uuid": "^8.0.0",
"got": "^11.0.2"
"got": "^11.5.0"
},
"typings": "./dist/index.d.ts",
"gitHead": "73a852a25beede1c569ff90a26501d6120743f90"
"gitHead": "b0b20ecd9cbb9f1890a4c653d137187ea391c1b2"
}
# 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