sdf-parser
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,10 @@ | ||
## [4.0.1](https://github.com/cheminfo-js/sdf-parser/compare/v4.0.0...v4.0.1) (2019-06-12) | ||
### Bug Fixes | ||
* back to pumpify ([387c3eb](https://github.com/cheminfo-js/sdf-parser/commit/387c3eb)) | ||
# [4.0.0](https://github.com/cheminfo-js/sdf-parser/compare/v3.1.0...v4.0.0) (2019-06-12) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "sdf-parser", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "SDF parser", | ||
@@ -47,4 +47,3 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"@targos/pumpify": "^2.0.0", | ||
"readable-stream": "^3.4.0", | ||
"pumpify": "^2.0.0", | ||
"split2": "^3.1.1", | ||
@@ -51,0 +50,0 @@ "through2": "^3.0.1", |
'use strict'; | ||
const pipeline = require('@targos/pumpify'); | ||
const pipeline = require('pumpify'); | ||
const split2 = require('split2'); | ||
@@ -5,0 +5,0 @@ const filter = require('through2-filter'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12508
4
+ Addedpumpify@^2.0.0
+ Addedpumpify@2.0.1(transitive)
- Removed@targos/pumpify@^2.0.0
- Removedreadable-stream@^3.4.0
- Removed@targos/pumpify@2.0.0(transitive)