Socket
Socket
Sign inDemoInstall

@babel/helper-fixtures

Package Overview
Dependencies
Maintainers
5
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-fixtures - npm Package Compare versions

Comparing version 7.0.0-beta.51 to 7.0.0-beta.52

14

lib/index.js

@@ -237,2 +237,16 @@ "use strict";

}
if (taskOpts.throws) {
if (test.expect.code) {
throw new Error("Test cannot throw and also return output code: " + expectLoc);
}
if (test.sourceMappings) {
throw new Error("Test cannot throw and also return sourcemappings: " + sourceMappingsLoc);
}
if (test.sourceMap) {
throw new Error("Test cannot throw and also return sourcemaps: " + sourceMapLoc);
}
}
}

@@ -239,0 +253,0 @@ }

2

package.json
{
"name": "@babel/helper-fixtures",
"version": "7.0.0-beta.51",
"version": "7.0.0-beta.52",
"description": "Helper function to support fixtures",

@@ -5,0 +5,0 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

@@ -5,3 +5,3 @@ # @babel/helper-fixtures

See our website [@babel/helper-fixtures](https://new.babeljs.io/docs/en/next/babel-helper-fixtures.html) for more information.
See our website [@babel/helper-fixtures](https://babeljs.io/docs/en/next/babel-helper-fixtures.html) for more information.

@@ -13,3 +13,3 @@ ## Install

```sh
npm install --save @babel/helper-fixtures
npm install --save-dev @babel/helper-fixtures
```

@@ -20,3 +20,3 @@

```sh
yarn add --save @babel/helper-fixtures
yarn add @babel/helper-fixtures --dev
```
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