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.25 to 1.0.26

2

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

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

@@ -9,4 +9,4 @@ {

"skipLibCheck": true,
"rootDir": ".", // Set the root directory to the project root
"outDir": "./dist",
"rootDir": "./src", // Root directory of your source files
"outDir": "./dist", // Output directory for compiled files
"sourceMap": true,

@@ -16,4 +16,4 @@ "declaration": true, // Generate declaration files

},
"include": ["index.ts", "src/**/*.ts"], // Include the root index.ts and all files in src
"include": ["src/**/*.ts", "index.ts"], // Include source files and the root index.ts
"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