Socket
Socket
Sign inDemoInstall

gensequence

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gensequence - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

dist/index.d.ts
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

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc