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

orm

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orm - npm Package Compare versions

Comparing version 0.1.8 to 2.0.0-alpha1

.npmignore

54

package.json
{
"name" : "orm",
"version" : "0.1.8",
"description" : "NodeJS Object-relational mapping",
"keywords" : [
"orm",
"mysql",
"postgresql",
"mongodb",
"database",
"relational"
],
"author" : "Diogo Resende <dresende@thinkdigital.pt>",
"contributors": [
{ "name": "Michael Axiak", "email": "mike@axiak.net" },
{ "name": "booo" },
{ "name": "shaneiseminger" }
],
"engines" : {
"node" : ">= 0.4.0"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/dresende/node-orm.git"
},
"directories": {
"lib" : "./lib",
"example": "./examples"
},
"main" : "./lib/orm",
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/dresende/node-orm/raw/master/LICENSE"
}]
"author": "Diogo Resende <dresende@thinkdigital.pt>",
"name": "orm",
"description": "NodeJS Object-relational mapping",
"version": "2.0.0-alpha1",
"repository": {
"url": ""
},
"main": "./lib/ORM",
"scripts": {
"test": "make test"
},
"engines": {
"node": "*"
},
"devDependencies": {
"utest": "0.0.6",
"urun": "0.0.6",
"mysql": "2.0.0-alpha4",
"pg": "0.8.7"
},
"optionalDependencies": {}
}
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