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

istanbul-lib-hook

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-lib-hook - npm Package Compare versions

Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1

11

CHANGELOG.md

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

# [3.0.0-alpha.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-hook@3.0.0-alpha.0...istanbul-lib-hook@3.0.0-alpha.1) (2019-10-06)
### Bug Fixes
* **package:** update append-transform to version 2.0.0 ([#466](https://github.com/istanbuljs/istanbuljs/issues/466)) ([7344b2b](https://github.com/istanbuljs/istanbuljs/commit/7344b2b))
# [3.0.0-alpha.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-hook@2.0.7...istanbul-lib-hook@3.0.0-alpha.0) (2019-06-19)

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

13

package.json
{
"name": "istanbul-lib-hook",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Hooks for require, vm and script used in istanbul",

@@ -12,10 +12,10 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",

"scripts": {
"test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha"
"test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
},
"dependencies": {
"append-transform": "^1.0.0"
"append-transform": "^2.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"mocha": "^6.2.1",
"nyc": "^14.1.1"

@@ -25,3 +25,4 @@ },

"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
"directory": "packages/istanbul-lib-hook"
},

@@ -40,3 +41,3 @@ "keywords": [

},
"gitHead": "2e885073a9398806c9b8763dd39418398182ca34"
"gitHead": "4d5e777a9bc4847d178ad31f379307124cdd1e4f"
}
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