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

uniqorm

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniqorm - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/field.js

19

package.json
{
"name": "uniqorm",
"description": "Easy to use, multi-dialect ORM framework for JavaScript",
"version": "0.0.2",
"version": "0.0.3",
"author": "Panates Ltd.",

@@ -11,3 +11,4 @@ "contributors": [

"repository": "panates/uniqorm",
"main": "src/index.js",
"main": "lib/index.js",
"bin": "./bin/cli.js",
"keywords": [

@@ -23,10 +24,17 @@ "javascript",

"dependencies": {
"sqb": "^0.2.7"
"chalk": "^1.1.3",
"commander": "^2.9.0",
"putil-promisify": "^1.0.3",
"putil-waterfall": "^1.0.8"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-google": "^0.8.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
"mocha": "^3.4.2"
},
"peerDependencies": {
"sqb": "^0.4.11"
},
"engines": {

@@ -38,3 +46,2 @@ "node": ">= 6.0"

"README.md",
"index.js",
"lib/"

@@ -41,0 +48,0 @@ ],

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