@furystack/websocket-api
Advanced tools
Comparing version 2.0.5 to 2.0.8
{ | ||
"name": "@furystack/websocket-api", | ||
"version": "2.0.5", | ||
"version": "2.0.8", | ||
"description": "HTTP Api FuryStack package", | ||
@@ -10,13 +10,3 @@ "main": "dist/index.js", | ||
], | ||
"scripts": { | ||
"precommit": "npm run test", | ||
"commit": "git-cz", | ||
"test": "rimraf coverage && jest", | ||
"lint": "tslint --project tsconfig.json", | ||
"clean": "rimraf dist && rimraf coverage", | ||
"build": "tsc -b", | ||
"prepublishOnly": "npm run build", | ||
"publish:development": "npm run build && npm t && npm run typedoc && npm publish --tag development", | ||
"typedoc": "typedoc --mode file --out documentation src --tsconfig tsconfig.json --theme c:/Users/%USERNAME%/AppData/Roaming/npm/node_modules/@sensenet/typedoc-theme/sn-theme" | ||
}, | ||
"scripts": {}, | ||
"repository": { | ||
@@ -59,17 +49,11 @@ "type": "git", | ||
"dependencies": { | ||
"@furystack/core": "^4.0.4", | ||
"@furystack/http-api": "^3.1.0", | ||
"@furystack/inject": "^3.0.4", | ||
"@furystack/logging": "^1.1.3", | ||
"@sensenet/client-utils": "^1.5.1", | ||
"ws": "^6.2.1" | ||
"@furystack/core": "^4.0.7", | ||
"@furystack/http-api": "^3.1.3", | ||
"@furystack/inject": "^3.0.7", | ||
"@furystack/logging": "^1.1.6", | ||
"@sensenet/client-utils": "^1.6.1", | ||
"ws": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.11", | ||
"@types/ws": "^6.0.1", | ||
"jest": "^24.7.1", | ||
"rimraf": "^2.6.3", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.16.0", | ||
"typescript": "^3.4.5" | ||
"@types/ws": "^6.0.1" | ||
}, | ||
@@ -82,3 +66,3 @@ "config": { | ||
"typings": "./dist/index.d.ts", | ||
"gitHead": "91e5f8f4b00f214ed10de7fe237fa2731f5175e9" | ||
"gitHead": "652135592f78836bcdfce5b29a6f4dd61989456e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
43232
+ Addedws@7.5.10(transitive)
- Removedasync-limiter@1.0.1(transitive)
- Removedws@6.2.3(transitive)
Updated@furystack/core@^4.0.7
Updated@furystack/http-api@^3.1.3
Updated@furystack/inject@^3.0.7
Updated@furystack/logging@^1.1.6
Updatedws@^7.0.0