assemble-streams
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "assemble-streams", | ||
"description": "Assemble plugin that adds convenience methods for working with streams, like `toStream`, which pushes a view collection into a vinyl stream.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jonschlinkert/assemble-streams", | ||
@@ -13,3 +13,4 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"utils.js" | ||
], | ||
@@ -16,0 +17,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# assemble-stream [![NPM version](https://badge.fury.io/js/assemble-stream.svg)](http://badge.fury.io/js/assemble-stream) | ||
# assemble-streams [![NPM version](https://badge.fury.io/js/assemble-streams.svg)](http://badge.fury.io/js/assemble-streams) | ||
@@ -10,3 +10,3 @@ > Assemble plugin that adds convenience methods for working with streams, like `toStream`, which pushes a view collection into a vinyl stream. | ||
```sh | ||
$ npm i assemble-stream --save | ||
$ npm i assemble-streams --save | ||
``` | ||
@@ -20,3 +20,3 @@ | ||
var assemble = require('assemble'); | ||
var streams = require('assemble-stream'); | ||
var streams = require('assemble-streams'); | ||
@@ -23,0 +23,0 @@ // create your application |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
5955
5
53
2