Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

victor-dev-toolbox

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victor-dev-toolbox - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

2

package.json
{
"name": "victor-dev-toolbox",
"version": "1.0.24",
"version": "1.0.25",
"description": "",

@@ -5,0 +5,0 @@ "main": "/dist/index.js",

@@ -9,9 +9,10 @@ {

"skipLibCheck": true,
"rootDir": "./",
"rootDir": ".", // Set the root directory to the project root
"outDir": "./dist",
"sourceMap": true,
"declaration": true, // Generate declaration files
"noEmitOnError": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}
"include": ["index.ts", "src/**/*.ts"], // Include the root index.ts and all files in src
"exclude": ["node_modules", "dist"]
}
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