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

@istanbuljs/nyc-config-hook-run-in-this-context

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@istanbuljs/nyc-config-hook-run-in-this-context - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0-alpha.0

21

CHANGELOG.md

@@ -6,4 +6,25 @@ # Change Log

# [1.0.0-alpha.0](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-hook-run-in-this-context@0.1.1...@istanbuljs/nyc-config-hook-run-in-this-context@1.0.0-alpha.0) (2019-06-19)
### Bug Fixes
* Add missing semver dependency ([#394](https://github.com/istanbuljs/istanbuljs/issues/394)) ([dbfb631](https://github.com/istanbuljs/istanbuljs/commit/dbfb631))
### Features
* Update dependencies, require Node.js 8 ([#401](https://github.com/istanbuljs/istanbuljs/issues/401)) ([bf3a539](https://github.com/istanbuljs/istanbuljs/commit/bf3a539))
### BREAKING CHANGES
* Node.js 8 is now required
## [0.1.1](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-hook-run-in-this-context@0.1.0...@istanbuljs/nyc-config-hook-run-in-this-context@0.1.1) (2019-04-24)
**Note:** Version bump only for package @istanbuljs/nyc-config-hook-run-in-this-context

16

package.json
{
"name": "@istanbuljs/nyc-config-hook-run-in-this-context",
"version": "0.1.1",
"version": "1.0.0-alpha.0",
"description": "nyc configuration for hook-run-in-this-context",

@@ -10,3 +10,3 @@ "main": "index.js",

"scripts": {
"test": "mocha"
"test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha"
},

@@ -33,6 +33,14 @@ "repository": {

},
"dependencies": {
"semver": "^6.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
"gitHead": "2e885073a9398806c9b8763dd39418398182ca34"
}
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