Socket
Socket
Sign inDemoInstall

istanbul-reports

Package Overview
Dependencies
12
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [3.0.0-alpha.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@3.0.0-alpha.2...istanbul-reports@3.0.0-alpha.3) (2019-10-19)
### Bug Fixes
* Add missing dependency on istanbul-lib-report ([#490](https://github.com/istanbuljs/istanbuljs/issues/490)) ([95a2b2f](https://github.com/istanbuljs/istanbuljs/commit/95a2b2f)), closes [istanbuljs/nyc#1204](https://github.com/istanbuljs/nyc/issues/1204)
# [3.0.0-alpha.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@3.0.0-alpha.1...istanbul-reports@3.0.0-alpha.2) (2019-10-06)

@@ -8,0 +19,0 @@

4

index.js

@@ -15,2 +15,6 @@ 'use strict';

} catch (e) {
if (e.code !== 'MODULE_NOT_FOUND') {
throw e;
}
Cons = require(name);

@@ -17,0 +21,0 @@ }

8

package.json
{
"name": "istanbul-reports",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "istanbul reports",

@@ -17,3 +17,4 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",

"dependencies": {
"handlebars": "^4.4.2"
"handlebars": "^4.4.2",
"istanbul-lib-report": "^3.0.0-alpha.1"
},

@@ -28,3 +29,2 @@ "devDependencies": {

"istanbul-lib-coverage": "^3.0.0-alpha.1",
"istanbul-lib-report": "^3.0.0-alpha.1",
"mocha": "^6.2.1",

@@ -62,3 +62,3 @@ "nyc": "^14.1.1",

},
"gitHead": "4d5e777a9bc4847d178ad31f379307124cdd1e4f"
"gitHead": "70f48b7e6b60d17b8e2b5a03388a004deb6b8785"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc