Socket
Socket
Sign inDemoInstall

@babel/helper-plugin-test-runner

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-plugin-test-runner - npm Package Compare versions

Comparing version 7.16.0 to 7.16.5

esm.mjs

16

package.json
{
"name": "@babel/helper-plugin-test-runner",
"version": "7.16.0",
"version": "7.16.5",
"description": "Helper function to support test runner",

@@ -16,2 +16,16 @@ "repository": {

"main": "./lib/index.js",
"exports": {
".": [
{
"import": "./esm.mjs",
"default": "./lib/index.js"
},
"./lib/index.js"
],
"./lib": "./lib/index.js",
"./lib/index": "./lib/index.js",
"./lib/index.js": "./lib/index.js",
"./package": "./package.json",
"./package.json": "./package.json"
},
"dependencies": {

@@ -18,0 +32,0 @@ "@babel/helper-transform-fixture-test-runner": "^7.16.0"

4

README.md

@@ -12,3 +12,3 @@ # @babel/helper-plugin-test-runner

```sh
npm install --save-dev @babel/helper-plugin-test-runner
npm install --save @babel/helper-plugin-test-runner
```

@@ -19,3 +19,3 @@

```sh
yarn add @babel/helper-plugin-test-runner --dev
yarn add @babel/helper-plugin-test-runner
```
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