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

drizzle-orm

Package Overview
Dependencies
Maintainers
3
Versions
977
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drizzle-orm - npm Package Compare versions

Comparing version 0.12.0-beta.0 to 0.12.0-beta.1

13

package.json
{
"name": "drizzle-orm",
"version": "0.12.0-beta.0",
"version": "0.12.0-beta.1",
"description": "Drizzle ORM package for SQL databases",
"main": "index.js",
"types": "index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drizzle-team/drizzle-orm.git"
"url": "git+https://github.com/lambda-direct/drizzle-orm.git"
},

@@ -24,5 +27,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/drizzle-team/drizzle-orm/issues"
"url": "https://github.com/lambda-direct/drizzle-orm/issues"
},
"homepage": "https://github.com/drizzle-team/drizzle-orm#readme",
"homepage": "https://github.com/lambda-direct/drizzle-orm#readme",
"peerDependencies": {

@@ -69,5 +72,5 @@ "drizzle-orm-mysql": ">=0.12.0-beta.0",

"pack": "cp package.json dist/ && (cd dist && pnpm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
"publish:beta": "pnpm publish package.tgz --tag beta --access public --git-checks false",
"publish:beta": "pnpm publish package.tgz --tag beta --git-checks false",
"build:int": "pnpm build && pnpm run pack"
}
}
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