vinyl-buffer
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -18,3 +18,2 @@ var through2 = require('through2').obj | ||
file = file.clone() | ||
file.contents = data | ||
@@ -21,0 +20,0 @@ |
{ | ||
"name": "vinyl-buffer", | ||
"description": "Convert streaming vinyl files to use buffers", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
"dependencies": { | ||
"bl": "^0.9.1", | ||
"through2": "^0.6.1" | ||
"bl": "^1.2.1", | ||
"through2": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"tape": "~2.5.0", | ||
"vinyl-source-stream": "~0.1.1" | ||
"vinyl-source-stream": "~2.0.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "scripts": { |
@@ -20,3 +20,3 @@ # vinyl-buffer [![Flattr this!](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=hughskennedy&url=http://github.com/hughsk/vinyl-buffer&title=vinyl-buffer&description=hughsk/vinyl-buffer%20on%20GitHub&language=en_GB&tags=flattr,github,javascript&category=software)[![experimental](http://hughsk.github.io/stability-badges/dist/experimental.svg)](http://github.com/hughsk/stability-badges) # | ||
return bundler.pipe() | ||
return bundler.bundle() | ||
.pipe(source('index.js')) | ||
@@ -23,0 +23,0 @@ .pipe(buffer()) |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
4633
43
1
+ Addedbl@1.2.3(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.25.2.1(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedthrough2@2.0.5(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedbl@0.9.5(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedthrough2@0.6.5(transitive)
Updatedbl@^1.2.1
Updatedthrough2@^2.0.3