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

@furystack/http-api

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/http-api - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

31

package.json
{
"name": "@furystack/http-api",
"version": "0.1.1",
"version": "0.1.2",
"description": "HTTP Api FuryStack package",

@@ -15,5 +15,2 @@ "main": "dist/index.js",

"test": "rimraf coverage && nyc mocha -p tsconfig.test.json ./temp/test/index.js",
"check-coverage": "istanbul check-coverage ",
"report-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov",
"semantic-release": "semantic-release pre && semantic-release post",
"prebuild": "tslint --project tsconfig.json",

@@ -30,7 +27,7 @@ "build": "rimraf dist && tsc -p tsconfig.json",

"keywords": [
"sensenet",
"ecm",
"content management",
"content query",
"lucene"
"FuryStack",
"HTTP",
"REST",
"API",
"Actions"
],

@@ -63,17 +60,17 @@ "publishConfig": {

"dependencies": {
"@furystack/core": "^0.1.4",
"@furystack/core": "^0.1.6",
"@sensenet/client-utils": "^1.0.1",
"@types/node": "^10.3.2"
"@types/node": "^10.5.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.1",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/uuid": "^3.4.3",
"chai": "^4.1.2",
"codecov": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^11.9.0",
"rimraf": "^2.6.1",
"tslint": "^5.10.0",
"typescript": "^2.9.1"
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},

@@ -86,2 +83,2 @@ "config": {

"typings": "./dist/index.d.ts"
}
}

@@ -8,3 +8,2 @@ import { IPhysicalStore, IUser, visitorUser } from "@furystack/core";

export class IdentityService<TUser extends ILoginUser<IUser> = ILoginUser<IUser>> {
public readonly sessions: Map<string, number> = new Map();

@@ -11,0 +10,0 @@

@@ -32,2 +32,3 @@ import { IContext, IEntityStore, IUser, visitorUser } from "@furystack/core";

}
constructor(

@@ -34,0 +35,0 @@ public readonly incomingMessage: IncomingMessage,

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