Socket
Socket
Sign inDemoInstall

anydb-sql-2-migrations

Package Overview
Dependencies
57
Maintainers
8
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

1

lib/index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="bluebird" />
import * as Promise from 'bluebird';

@@ -3,0 +2,0 @@ import { Column, Table, Transaction, AnydbSql } from 'anydb-sql-2';

11

package.json
{
"name": "anydb-sql-2-migrations",
"version": "3.0.2",
"version": "3.0.3",
"description": "Database migrations for anydb-sql-2",
"main": "lib/index.js",
"scripts": {
"prepublish": "tsc",
"test": "tape test/*.js",

@@ -28,4 +29,4 @@ "build": "tsc",

"dependencies": {
"anydb-sql-2": "^3.0.0",
"bluebird": "^2.3.11",
"anydb-sql-2": ">=3.0.0 <5.0.0",
"bluebird": "^3.5.0",
"lodash": "^4.17.5",

@@ -44,6 +45,6 @@ "yargs": "^1.3.3"

"source-map-support": "^0.2.8",
"sqlite3": "^3.0.4",
"sqlite3": "^4.0.0",
"tsc-wrap-definition": "^1.0.2",
"typescript": "^2.8.3"
"typescript": "^3.6.0"
}
}

@@ -11,3 +11,3 @@ {

"outDir": "lib",
"skipLibCheck": true,
"skipLibCheck": false,
"declaration": true,

@@ -14,0 +14,0 @@ "typeRoots": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc