Comparing version 1.2.6 to 1.2.7
@@ -79,3 +79,3 @@ 'use strict'; | ||
this.push(new Buffer(prune(pattern) + chunk)); | ||
this.push(prune(pattern) + chunk); | ||
next(); | ||
@@ -82,0 +82,0 @@ }); |
{ | ||
"name": "deumdify", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Browserify plugin to expose a standalone bundle as a property of the global object", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"browserify": "~16.0.0", | ||
"browserify": "~16.1.0", | ||
"concat-stream": "~1.6.0", | ||
@@ -39,0 +39,0 @@ "istanbul": "~0.4.5", |
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
5815