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

domain-knex

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domain-knex - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

3

lib/index.js

@@ -84,2 +84,5 @@ "use strict";

}
else if (value.type.name === 'Float') {
column = table.float(columnName);
}
else if (value.type.name === 'String') {

@@ -86,0 +89,0 @@ column = table.string(columnName, value.max || undefined);

4

package.json
{
"name": "domain-knex",
"version": "0.0.8",
"version": "0.0.9",
"description": "Knex generator for Domain Schema",

@@ -27,3 +27,3 @@ "repository": "https://github.com/sysgears/domain-schema.git",

"@types/node": "^7.0.18",
"domain-schema": "^0.0.7",
"domain-schema": ">= 0.0.7",
"jest": "^21.2.1",

@@ -30,0 +30,0 @@ "prettier": "^1.6.1",

Sorry, the diff of this file is not supported yet

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