rollup-plugin-buble
Advanced tools
Comparing version 0.18.0 to 0.19.0
# rollup-plugin-buble changelog | ||
## 0.19.0 | ||
* Update `buble` | ||
* Better support for errors thrown by `buble` | ||
## 0.18.0 | ||
@@ -4,0 +9,0 @@ |
@@ -23,3 +23,4 @@ 'use strict'; | ||
e.plugin = 'buble'; | ||
e.loc = { file: id, line: e.loc.line, column: e.loc.column }; | ||
if ( !e.loc ) e.loc = {}; | ||
e.loc.file = id; | ||
e.frame = e.snippet; | ||
@@ -26,0 +27,0 @@ throw e; |
import { transform } from 'buble'; | ||
import { createFilter } from 'rollup-pluginutils'; | ||
function buble$1 ( options ) { | ||
function buble ( options ) { | ||
if ( !options ) options = {}; | ||
@@ -21,3 +21,4 @@ var filter = createFilter( options.include, options.exclude ); | ||
e.plugin = 'buble'; | ||
e.loc = { file: id, line: e.loc.line, column: e.loc.column }; | ||
if ( !e.loc ) e.loc = {}; | ||
e.loc.file = id; | ||
e.frame = e.snippet; | ||
@@ -30,2 +31,2 @@ throw e; | ||
export default buble$1; | ||
export default buble; |
{ | ||
"name": "rollup-plugin-buble", | ||
"description": "Compile ES2015 with buble", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"author": "Rich Harris", | ||
@@ -24,8 +24,8 @@ "repository": "https://gitlab.com/rich-harris/rollup-plugin-buble", | ||
"mocha": "^3.5.3", | ||
"rollup": "^0.50.0" | ||
"rollup": "^0.55.4" | ||
}, | ||
"dependencies": { | ||
"buble": "^0.18.0", | ||
"buble": "^0.19.0", | ||
"rollup-pluginutils": "^2.0.1" | ||
} | ||
} |
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
3034
49
1
+ Addedacorn@6.4.2(transitive)
+ Addedacorn-dynamic-import@4.0.0(transitive)
+ Addedacorn-jsx@5.3.2(transitive)
+ Addedbuble@0.19.8(transitive)
+ Addedjsesc@0.5.0(transitive)
+ Addedmagic-string@0.25.9(transitive)
+ Addedos-homedir@2.0.0(transitive)
+ Addedregenerate@1.4.2(transitive)
+ Addedregenerate-unicode-properties@9.0.0(transitive)
+ Addedregexpu-core@4.8.0(transitive)
+ Addedregjsgen@0.5.2(transitive)
+ Addedregjsparser@0.7.0(transitive)
+ Addedsourcemap-codec@1.4.8(transitive)
+ Addedunicode-canonical-property-names-ecmascript@2.0.1(transitive)
+ Addedunicode-match-property-ecmascript@2.0.0(transitive)
+ Addedunicode-match-property-value-ecmascript@2.2.0(transitive)
+ Addedunicode-property-aliases-ecmascript@2.1.0(transitive)
- Removedacorn@3.3.05.7.4(transitive)
- Removedacorn-jsx@3.0.1(transitive)
- Removedacorn5-object-spread@4.0.0(transitive)
- Removedbuble@0.18.0(transitive)
- Removedmagic-string@0.22.5(transitive)
- Removedos-homedir@1.0.2(transitive)
- Removedvlq@0.2.3(transitive)
Updatedbuble@^0.19.0