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

auth0-bundler

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-bundler - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

CHANGELOG.md

@@ -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 @@

3

lib/bundle.js
'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",

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