Socket
Socket
Sign inDemoInstall

ns8-switchboard-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ns8-switchboard-interfaces - npm Package Compare versions

Comparing version 1.0.81 to 1.0.83

17

package.json
{
"name": "ns8-switchboard-interfaces",
"version": "1.0.81",
"version": "1.0.83",
"description": "Contains switchboard interfaces",

@@ -14,16 +14,17 @@ "main": "dist/index.js",

"scripts": {
"build": "rimraf dist && tsc -d && yarn install --production=true",
"lint": "tslint --project .",
"build:dev": "yarn && yarn lint && yarn build && yarn link"
"build": "rimraf dist && yarn install --production=true && yarn compile",
"build:dev": "yarn && yarn lint && yarn build && yarn link",
"compile": "tsc -d",
"lint": "tslint --project ."
},
"devDependencies": {
"@types/node": "^12.7.5",
"ns8-tslint": "^2.0.0",
"rimraf": "^3.0.0",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
"tslint": "^5.20.0"
},
"dependencies": {
"ns8-protect-models": "^1.0.205"
"@types/node": "^12.7.8",
"ns8-protect-models": "^1.0.206",
"typescript": "^3.6.3"
}
}
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