New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ispsystem/websocket

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ispsystem/websocket - npm Package Compare versions

Comparing version 1.0.2 to 1.1.1-alpha.16

15

package.json
{
"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"
}
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