@ava/babel-preset-transform-test-files
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -14,5 +14,5 @@ 'use strict'; | ||
plugins.push(require('babel-plugin-ava-throws-helper')); | ||
plugins.push(require('@ava/babel-plugin-throws-helper')); | ||
return {plugins}; | ||
}; |
{ | ||
"name": "@ava/babel-preset-transform-test-files", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Babel preset for use with AVA test files", | ||
@@ -29,8 +29,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"babel-plugin-ava-throws-helper": "^1.0.0", | ||
"babel-plugin-espower": "^2.3.2", | ||
"package-hash": "^1.2.0" | ||
"@ava/babel-plugin-throws-helper": "^2.0.0", | ||
"babel-plugin-espower": "^2.3.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.17.0", | ||
"ava": "^0.18.2", | ||
"babel-core": "^6.21.0", | ||
@@ -40,4 +39,3 @@ "coveralls": "^2.11.15", | ||
"nyc": "^10.1.2", | ||
"proxyquire": "^1.7.10", | ||
"xo": "^0.17.1" | ||
"xo": "^0.18.1" | ||
}, | ||
@@ -44,0 +42,0 @@ "nyc": { |
@@ -8,3 +8,3 @@ # @ava/babel-preset-transform-test-files [![Build Status](https://travis-ci.org/avajs/babel-preset-transform-test-files.svg?branch=master)](https://travis-ci.org/avajs/babel-preset-transform-test-files) | ||
- [`babel-plugin-espower`](https://github.com/power-assert-js/babel-plugin-espower) and the patterns that should be enhanced | ||
- [`babel-plugin-ava-throws-helper`](https://github.com/avajs/babel-plugin-ava-throws-helper/) | ||
- [`@ava/babel-plugin-throws-helper`](https://github.com/avajs/babel-plugin-throws-helper/) | ||
@@ -11,0 +11,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
6
3720
5
21
1
+ Added@ava/babel-plugin-throws-helper@2.0.0(transitive)
- Removedpackage-hash@^1.2.0
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedbabel-code-frame@6.26.0(transitive)
- Removedbabel-plugin-ava-throws-helper@1.0.0(transitive)
- Removedbabel-template@6.26.0(transitive)
- Removedbabel-traverse@6.26.0(transitive)
- Removedchalk@1.1.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedglobals@9.18.0(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedinvariant@2.2.4(transitive)
- Removedjs-tokens@3.0.2(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedmd5-hex@1.3.0(transitive)
- Removedmd5-o-matic@0.1.1(transitive)
- Removedms@2.0.0(transitive)
- Removedpackage-hash@1.2.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)