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.41 to 0.0.42

17

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

@@ -9,8 +9,14 @@ "main": "dist/index.js",

"reporter": [
"lcov",
"text"
"text",
"cobertura",
"html"
],
"include": [
"dist/*.js"
]
],
"check-coverage": true,
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100
},

@@ -21,3 +27,3 @@ "scripts": {

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

@@ -49,2 +55,3 @@ "repository": {

"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.18.0",
"nyc": "^13.1.0",

@@ -51,0 +58,0 @@ "tslint": "^5.11.0",

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