Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "most", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Monadic streams", | ||
@@ -5,0 +5,0 @@ "typings": "type-definitions/most.d.ts", |
@@ -22,3 +22,3 @@ /** @license MIT License (c) copyright 2010-2016 original author or authors */ | ||
function runProducer (t, iterator, sink) { | ||
let r = iterator.next() | ||
var r = iterator.next() | ||
@@ -25,0 +25,0 @@ while (!r.done && this.active) { |
Sorry, the diff of this file is not supported yet
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
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
681364