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

@ava/babel-preset-transform-test-files

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ava/babel-preset-transform-test-files - npm Package Compare versions

Comparing version 4.0.0-beta.9 to 4.0.0

4

index.js

@@ -8,6 +8,6 @@ 'use strict';

if (!options || options.powerAssert !== false) {
plugins.push(require('babel-plugin-espower/create')(context, {
plugins.push([require('babel-plugin-espower'), {
embedAst: true,
patterns: ESPOWER_PATTERNS
}));
}]);
}

@@ -14,0 +14,0 @@

{
"name": "@ava/babel-preset-transform-test-files",
"version": "4.0.0-beta.9",
"version": "4.0.0",
"description": "Babel preset for use with AVA test files",

@@ -24,3 +24,3 @@ "license": "MIT",

"@ava/babel-plugin-throws-helper": "^3.0.0",
"babel-plugin-espower": "3.0.0-beta.2"
"babel-plugin-espower": "^3.0.0"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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