Socket
Socket
Sign inDemoInstall

@devotis/db-migrate-mssql

Package Overview
Dependencies
60
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

5

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## [1.1.2] - 2019-10-24
### Changed
- Explain in readme how to install this as an alias for `db-migrate-mssq`.
## [1.1.1] - 2019-10-24

@@ -11,0 +16,0 @@

2

package.json
{
"name": "@devotis/db-migrate-mssql",
"version": "1.1.1",
"version": "1.1.2",
"description": "A mssql driver for db-migrate",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,18 +13,12 @@ [![Build Status](https://travis-ci.org/devotis/db-migrate-mssql.svg?branch=master)](https://travis-ci.org/devotis/db-migrate-mssql)

If you'd like to use this one as an alternative, make sure to do the following. Add this to your package.json and than yarn/npm install:
## Installation
`"db-migrate-mssql": "https://github.com/devotis/db-migrate-mssql",`
If you'd like to use this one as an alternative to the existing db-migrate-mssql, make sure to install it like this.
So, don't do yarn add @devotis/db-migrate-mssql for now, and if you already did, remove the line "@devotis/db-migrate-mssql": "...", from your package.json.
`yarn add db-migrate-mssql@npm:@devotis/db-migrate-mssql`
## Installation
This installs a dependency by the name of `db-migrate-mssql` ([as an alias](https://yarnpkg.com/lang/en/docs/cli/add/#toc-yarn-add-alias)) but with the source being `@devotis/db-migrate-mssql`. It looks like this in your package.json dependencies afterwards.
This is how you would install and use once the feature is added to node-db-migrate that would allow you to appoint another repo as the driver. This request is formulated here: https://github.com/db-migrate/node-db-migrate/issues/593#issuecomment-483039315
`"db-migrate-mssql": "npm:@devotis/db-migrate-mssql",`
```
yarn add @devotis/db-migrate-mssql
```
```
npm install --save @devotis/db-migrate-mssql
```
_Note: Don't do `yarn add @devotis/db-migrate-mssql` for now, and if you already did, remove the line "@devotis/db-migrate-mssql": "...", from your package.json. Once the [requested feature](https://github.com/db-migrate/node-db-migrate/issues/593#issuecomment-483039315) is added to node-db-migrate allowing you to appoint another repo as the driver, you can install as `yarn add @devotis/db-migrate-mssql`, but don't use this quite 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