Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ts-common/iterator

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-common/iterator - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

dist/index.d.ts

@@ -1,4 +0,1 @@

/**
* See this PR https://github.com/microsoft/TypeScript/pull/30790
*/
export declare type IterableEx<T> = Iterable<T> & {

@@ -5,0 +2,0 @@ /**

"use strict";
/**
* See this PR https://github.com/microsoft/TypeScript/pull/30790
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,0 +3,0 @@ exports.iterable = (createIterator) => {

14

package.json
{
"name": "@ts-common/iterator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Iterator library for JavaScript and TypeScript",

@@ -67,9 +67,13 @@ "main": "dist/index.js",

"@types/jest": "^24.9.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jest-junit": "^10.0.0",
"tslint": "^5.20.1",
"tslint": "^6.0.0",
"tslint-immutable": "^6.0.1",
"typescript": "^3.7.5"
"typescript": "^3.7.5",
"tslib": "^1.10.0"
},
"dependencies": {}
"dependencies": {},
"peerDependencies": {
"tslib": "^1.0.0"
}
}

@@ -1,5 +0,1 @@

/**
* See this PR https://github.com/microsoft/TypeScript/pull/30790
*/
export type IterableEx<T> = Iterable<T> & {

@@ -6,0 +2,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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