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

@db-faker/dumper

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-faker/dumper - npm Package Compare versions

Comparing version 0.0.17-alpha.0 to 0.1.0-alpha.0

src/cli.d.ts

15

package.json
{
"name": "@db-faker/dumper",
"version": "0.0.17-alpha.0",
"version": "0.1.0-alpha.0",
"type": "commonjs",
"cli": {
"dumper": "cli.js"
"dumper": "src/cli.js"
},

@@ -13,3 +13,3 @@ "publishConfig": {

"dependencies": {
"@db-faker/config-loader": "*",
"@db-faker/config-loader": "^0.1.0-alpha.0",
"commander": "^9.4.0",

@@ -19,7 +19,10 @@ "csv": "^6.2.0",

"listr": "^0.14.3",
"lodash": "^4.17.21",
"tslib": "^2.3.0",
"yaml": "^2.1.1"
"yaml": "^2.1.1",
"yup": "^0.32.11"
},
"gitHead": "28a8262d4d1ca6096e8acc6cc95f9dc13bec49c4",
"main": "main.js"
"gitHead": "3243dba5a0237c6b95c1812f3e2829e2f45bab72",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}

8

README.md

@@ -21,5 +21,5 @@ # 📚 Dumper

- [ ] Add multiple output formats
- [x] CSV files
- [] SQL
- [] JSON
- [x] CSV files
- [] SQL
- [] JSON

@@ -42,2 +42,2 @@ ## CLI

WIP
WIP
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