auth0-bundler
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,5 @@ | ||
## 1.0.2 (February 20, 2018) | ||
* Fix babel preset being loaded from cwd | ||
## 1.0.1 (February 20, 2018) | ||
@@ -2,0 +6,0 @@ |
'use strict'; | ||
const babelPresetEs2015 = require('babel-preset-es2015'); | ||
const es2015ModulesCommonJSBabelPlugin = require('babel-plugin-transform-es2015-modules-commonjs'); | ||
@@ -20,3 +21,3 @@ | ||
presets: [ | ||
[ 'es2015' ] | ||
[ babelPresetEs2015 ] | ||
], | ||
@@ -23,0 +24,0 @@ plugins: [ |
{ | ||
"name": "auth0-bundler", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Bundle rules, scripts and hooks to deploy them to Auth0.", | ||
@@ -5,0 +5,0 @@ "main": "lib/auth0Bundler.js", |
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
13537
171
1