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

@ts-common/iterator

Package Overview
Dependencies
Maintainers
3
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 0.0.38 to 0.0.39

dist/index.d.ts

24

package.json
{
"name": "@ts-common/iterator",
"version": "0.0.38",
"version": "0.0.39",
"description": "Iterator library for JavaScript and TypeScript",
"types": "index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"nyc": {

@@ -10,2 +11,5 @@ "reporter": [

"text"
],
"include": [
"dist/*.js"
]

@@ -17,3 +21,3 @@ },

"prepack": "npm install && tsc",
"test": "tsc && npm run tslint && nyc mocha"
"test": "tsc && npm run tslint && nyc mocha ./dist/test/*.js"
},

@@ -28,7 +32,7 @@ "repository": {

"files": [
"index.js",
"index.d.ts",
"index.d.ts.map",
"index.js.map",
"index.ts"
"dist/index.js",
"dist/index.d.ts",
"dist/index.d.ts.map",
"dist/index.js.map",
"src/index.ts"
],

@@ -46,6 +50,6 @@ "author": "Sergey Shandar",

"mocha": "^5.2.0",
"nyc": "^13.0.1",
"nyc": "^13.1.0",
"tslint": "^5.11.0",
"tslint-immutable": "^4.8.0",
"typescript": "^3.1.1"
"typescript": "^3.1.3"
},

@@ -52,0 +56,0 @@ "dependencies": {

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