Socket
Socket
Sign inDemoInstall

rollup-plugin-buble

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-buble - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

4

CHANGELOG.md
# rollup-plugin-buble changelog
## 0.12.1
* Return a `name`
## 0.12.0

@@ -4,0 +8,0 @@

@@ -14,2 +14,4 @@ 'use strict';

return {
name: 'buble',
transform: function ( code, id ) {

@@ -16,0 +18,0 @@ if ( !filter( id ) ) return null;

@@ -12,2 +12,4 @@ import { transform } from 'buble';

return {
name: 'buble',
transform: function ( code, id ) {

@@ -14,0 +16,0 @@ if ( !filter( id ) ) return null;

2

package.json
{
"name": "rollup-plugin-buble",
"description": "Compile ES2015 with buble",
"version": "0.12.0",
"version": "0.12.1",
"author": "Rich Harris",

@@ -6,0 +6,0 @@ "repository": "https://gitlab.com/rich-harris/rollup-plugin-buble",

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