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

@istanbuljs/nyc-config-babel

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@istanbuljs/nyc-config-babel - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

8

CHANGELOG.md

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

## [2.1.1](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-babel@2.1.0...@istanbuljs/nyc-config-babel@2.1.1) (2019-04-24)
**Note:** Version bump only for package @istanbuljs/nyc-config-babel
# [2.1.0](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-babel@2.0.1...@istanbuljs/nyc-config-babel@2.1.0) (2019-03-12)

@@ -8,0 +16,0 @@

8

index.json
{
"sourceMap": false,
"instrument": false,
"require": [
"@babel/register"
]
"sourceMap": false,
"instrument": false,
"require": ["@babel/register"]
}
{
"name": "@istanbuljs/nyc-config-babel",
"version": "2.1.0",
"version": "2.1.1",
"description": "nyc configuration that works with babel-plugin-istanbul",

@@ -39,3 +39,3 @@ "main": "index.json",

},
"gitHead": "c81b051d83217947dfd97d8d06532bd5013e98c3"
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
}

@@ -17,4 +17,4 @@ # nyc-config-babel

{
"presets": ["@babel/env", "..., etc."],
"plugins": ["istanbul"]
"presets": ["@babel/env", "..., etc."],
"plugins": ["istanbul"]
}

@@ -29,3 +29,3 @@ ```

{
"extends": "@istanbuljs/nyc-config-babel"
"extends": "@istanbuljs/nyc-config-babel"
}

@@ -40,3 +40,3 @@ ```

{
"test": "nyc mocha test.js"
"test": "nyc mocha test.js"
}

@@ -43,0 +43,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