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

db-knife

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-knife - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/DBUtils/DBUtils.js

7

package.json
{
"name": "db-knife",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/index.js",

@@ -22,7 +22,6 @@ "bin": {

"scripts": {
"build": "rm -rf dist/ && tsc && chmod +x dist/index.js",
"pre-publish": "yarn build",
"publish": "yarn publish",
"build": "rm -rf dist/ && yarn tsc && chmod +x dist/index.js",
"prepublish": "yarn build",
"test": "jest"
}
}

@@ -8,5 +8,7 @@ {

"esModuleInterop": true,
"noUnusedLocals": false
"noUnusedLocals": false,
"rootDir": "src",
"outDir": "dist"
},
"exclude": []
}
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