gensequence
Advanced tools
Comparing version 3.0.1 to 3.0.2
export * from './GenSequence'; | ||
export { Sequence, LazyIterable, IterableLike, SequenceBuilder } from './util/types'; | ||
export * from './builder'; | ||
import * as _operators from './operators'; | ||
export declare const operators: typeof _operators; |
@@ -8,2 +8,4 @@ "use strict"; | ||
__export(require("./builder")); | ||
const _operators = require("./operators"); | ||
exports.operators = _operators; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "gensequence", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Small library to simplify working with Generators and Iterators in Javascript / Typescript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
39170
807
0