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

esnext-coverage-format-text

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esnext-coverage-format-text - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

16

package.json
{
"name": "esnext-coverage-format-text",
"version": "0.0.5",
"version": "0.0.6",
"description": "esnext-coverage output formatter to human-readable text",

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

"chalk": "^1.1.3",
"esnext-coverage-analytics": "^0.0.5"
"esnext-coverage-analytics": "^0.0.6"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"eslint": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-meetic": "^4.0.0",
"esnext-coverage": "^0.0.4",
"mocha": "^3.0.2"
"esnext-coverage": "^0.0.8",
"mocha": "^3.2.0"
}
}
{
"foo.js": [
"foo.js": [[
[1, 0, 0, 10, 0, 0],
[1, 0, 1, 10, 1, 1],
[1, 0, 2, 10, 2, 2]
],
"bar.js": [
]],
"bar.js": [[
[0, 0, 0, 10, 0, 0],
[0, 0, 1, 10, 1, 1],
[0, 0, 2, 10, 2, 2]
]
]]
}
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