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

@kearisp/cli

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kearisp/cli - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

lib/index.d.ts

21

package.json
{
"name": "@kearisp/cli",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"author": "Kris Papercut <krispcut@gmail.com>",
"description": "Command line interface for node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [

@@ -26,15 +26,16 @@ "cli",

"test": "jest --colors",
"test-watch": "jest --colors --watch"
"test:watch": "jest --colors --watch"
},
"dependencies": {
"os": "^0.1.2"
"os": "^0.1.2",
"path": "^0.12.7"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.9.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.7",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.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