@ispsystem/websocket
Advanced tools
Comparing version 1.0.2 to 1.1.1-alpha.16
{ | ||
"name": "@ispsystem/websocket", | ||
"version": "1.0.2", | ||
"version": "1.1.1-alpha.16", | ||
"description": "Websocket wrapper", | ||
@@ -12,3 +12,6 @@ "main": "index.js", | ||
"lint": "tslint --config ./tslint.json --project ./tsconfig.json", | ||
"publish:ver": "npx isp-publish" | ||
"publish:ver": "npx isp-publish", | ||
"copymeta": "cp package.json ./lib && cp README.md ./lib", | ||
"changemain": "npx json -I -f ./lib/package.json -e \"this.main='index.js'; this.types='index.d.ts'\"", | ||
"prepublishOnly": "npm run build && npm run copymeta && npm run changemain" | ||
}, | ||
@@ -25,2 +28,5 @@ "repository": { | ||
"license": "MIT", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"peerDependencies": { | ||
@@ -30,5 +36,5 @@ "rxjs": "^6.5.0" | ||
"devDependencies": { | ||
"@isp/publish": "0.3.0", | ||
"prettier": "1.14.3", | ||
"rxjs": "^6.5.0", | ||
"@isp/publish": "0.3.0", | ||
"rxjs-tslint": "^0.1.5", | ||
@@ -39,3 +45,4 @@ "tslint": "~5.11.0", | ||
"typescript": "~3.2.4" | ||
} | ||
}, | ||
"gitHead": "4c7f8ddd665d13ce254ab44126780e3dbd96ae50" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
23079
2