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

@mikro-orm/sqlite

Package Overview
Dependencies
Maintainers
1
Versions
3284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mikro-orm/sqlite - npm Package Compare versions

Comparing version 4.0.0-alpha.0 to 4.0.0-alpha.1

index.d.ts

21

package.json
{
"name": "@mikro-orm/sqlite",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "index.js",
"typings": "index.d.ts",
"repository": {

@@ -41,12 +41,15 @@ "type": "git",

"scripts": {
"build": "yarn clean && yarn compile",
"build": "yarn clean && yarn compile && yarn copy",
"clean": "rimraf ./dist",
"compile": "tsc -p tsconfig.build.json"
"compile": "tsc -p tsconfig.build.json",
"copy": "ts-node -T ../../scripts/copy.ts"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@mikro-orm/core": "^4.0.0-alpha.0",
"@mikro-orm/knex": "^4.0.0-alpha.0",
"@mikro-orm/core": "^4.0.0-alpha.1",
"@mikro-orm/knex": "^4.0.0-alpha.1",
"sqlite3": "^4.2.0"
},
"gitHead": "77fc1e846030d3b283a3df01028ddfa0e78184a3"
}
}
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