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
137
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.31 to 1.0.32

dist/index.js

8

package.json
{
"name": "victor-dev-toolbox",
"version": "1.0.31",
"version": "1.0.32",
"description": "",
"main": "/dist/index.js",
"outDir":"/dist",
"rootDir": "/",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",

@@ -11,0 +9,0 @@ "build": "rm -rf dist && tsc",

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

"skipLibCheck": true,
"rootDir": "./", // Root directory of your source files
"outDir": "./dist", // Output directory for compiled files
"rootDir": "./",
"outDir": "./dist",
"sourceMap": true,
"declaration": true, // Generate declaration files
"noEmitOnError": true
},
"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