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

@proof-ui/cli-plugin

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proof-ui/cli-plugin - npm Package Compare versions

Comparing version 0.0.13-canary.c812565.0 to 0.0.13

13

package.json
{
"name": "@proof-ui/cli-plugin",
"version": "0.0.13-canary.c812565.0",
"version": "0.0.13",
"main": "dist/main.js",
"license": "MIT",
"scripts": {
"build": "tsc -b",
"build:watch": "npm run build -- -w"
"build": "tsc",
"build:watch": "tsc --watch"
},
"peerDependencies": {
"command-line-application": "^0.9.6"
"command-line-application": "^0.1.8"
},

@@ -17,3 +17,6 @@ "publishConfig": {

},
"gitHead": "c8125656ad6aa663becedc58b04cb5527cec3873"
"devDependencies": {
"typescript": "3.5.3"
},
"gitHead": "a5dc3c7f55fa3ed50bdcb1bb93f59ccb191cf38b"
}
{
"extends": "../../tsconfig.json",
"include": ["src/**/*", "../../typings/**/*"],
"extends": "../../tsconfig.build.json",
"include": ["src/**/*.ts", "../../typings/**/*"],
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": true
},
"references": []
"rootDir": "./src"
}
}
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