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

@vorlefan/toolkit

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vorlefan/toolkit - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.env

2

docs/nestjs-input-transformer.md

@@ -80,3 +80,3 @@ # @vorlefan/toolkit

```bash
vorlefan-toolkit transform \
vorlefan-toolkit nestjsInputCommand \
--project /path/to/nestjs/project \

@@ -83,0 +83,0 @@ --output /desired/output/directory \

{
"name": "@vorlefan/toolkit",
"version": "0.0.1",
"version": "0.0.2",
"description": "A general-purpose toolkit for Node.js applications.",

@@ -12,2 +12,3 @@ "main": "dist/index.js",

"build": "tsc -p tsconfig.build.json",
"test": "jest",
"prepublishOnly": "yarn build"

@@ -27,12 +28,14 @@ },

"dependencies": {
"zod": "^3.0.0",
"commander": "^8.0.0",
"openai": "^3.0.0",
"commander": "^8.0.0"
"zod": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^16.0.0",
"typescript": "^4.0.0",
"dotenv": "^16.4.5",
"jest": "^27.0.0",
"@types/jest": "^27.0.0"
"ts-jest": "^29.2.5",
"typescript": "^4.0.0"
}
}
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