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

@nyffels/mynodeorm

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nyffels/mynodeorm - npm Package Compare versions

Comparing version 1.0.0-alpha66 to 1.0.0-alpha67

dist/bin/create-config.d.ts

5

package.json
{
"name": "@nyffels/mynodeorm",
"version": "1.0.0-alpha66",
"version": "1.0.0-alpha67",
"description": "A full-fledged ORM framework for NodeJS and MySQL with develop friendly code aimed to handle database migrations, MySQL Query builder / helper and property mapping.",

@@ -47,4 +47,5 @@ "private": false,

"bin": {
"@nyffels/mynodeorm": "dist/app.js"
"@nyffels/mynodeorm/create-config": "dist/bin/create-config.js",
"@nyffels/mynodeorm/create-migration": "dist/bin/create-migration.js"
}
}

2

tsconfig.json

@@ -18,4 +18,4 @@ {

},
"include": ["src/index.ts", "src/app.ts"],
"include": ["src/index.ts", "src/bin/*"],
"lib": ["es6"],
}
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