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

east

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

east - npm Package Compare versions

Comparing version 1.2.0-rc.1 to 1.2.0

12

package.json
{
"name": "east",
"description": "node.js database migration tool for mongodb, sqlite, postgres, mysql, couchbase",
"version": "1.2.0-rc.1",
"version": "1.2.0",
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",

@@ -35,3 +35,3 @@ "license": "MIT",

"callbackify": "1.1.0",
"commander": "2.9.0",
"commander": "3.0.1",
"expressionify": "0.9.3",

@@ -45,10 +45,10 @@ "fs-extra": "5.0.0",

"pify": "3.0.0",
"progress": "1.1.8",
"underscore": "1.9.0"
"progress": "2.0.3",
"underscore": "1.9.1"
},
"devDependencies": {
"coveralls": "3.0.6",
"eslint": "4.18.2",
"eslint": "4.19.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-import": "2.18.2",
"expect.js": "0.3.1",

@@ -55,0 +55,0 @@ "tap": "12.4.1"

@@ -16,2 +16,3 @@ # east

[![Coverage Status](https://coveralls.io/repos/github/okv/east/badge.svg)](https://coveralls.io/github/okv/east)
[![Npm version](https://img.shields.io/npm/v/east.svg)](https://www.npmjs.org/package/east)

@@ -295,3 +296,7 @@ ## Node.js compatibility

East functionality could be extended by using plugins, for usage instructions
see plugin page:
* [migration duration logger](https://github.com/okv/east-migration-duration-logger)
* [migration progress indicator helper](https://github.com/okv/east-migration-progress-indicator-helper)

@@ -298,0 +303,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