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

@rollup/plugin-buble

Package Overview
Dependencies
Maintainers
4
Versions
9
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.21.0 to 0.21.1

12

CHANGELOG.md

@@ -1,3 +0,12 @@

# rollup-plugin-buble changelog
# @rollup/plugin-buble ChangeLog
## v0.21.1
_2020-02-01_
### Updates
- chore: update dependencies (579c612)
- chore: add missing entry to changelog (cbfbe98)
## 0.21.0

@@ -8,2 +17,3 @@

- feat(buble): use types from @types/buble (#54)
- feat: export Rollup\*Options interfaces (#53)

@@ -10,0 +20,0 @@ ## 0.20.0

4

dist/rollup-plugin-buble.cjs.js
'use strict';
var buble$1 = require('buble');
var rollupPluginutils = require('rollup-pluginutils');
var pluginutils = require('@rollup/pluginutils');
function buble(options = {}) {
const filter = rollupPluginutils.createFilter(options.include, options.exclude);
const filter = pluginutils.createFilter(options.include, options.exclude);
const transformOptions = { ...options, transforms: { ...options.transforms, modules: false } };

@@ -9,0 +9,0 @@

import { transform } from 'buble';
import { createFilter } from 'rollup-pluginutils';
import { createFilter } from '@rollup/pluginutils';

@@ -4,0 +4,0 @@ function buble(options = {}) {

{
"name": "@rollup/plugin-buble",
"version": "0.21.0",
"version": "0.21.1",
"publishConfig": {

@@ -11,3 +11,3 @@ "access": "public"

"author": "Rich Harris <richard.a.harris@gmail.com>",
"homepage": "https://github.com/rollup/plugins/packages/buble/#readme",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/buble/#readme",
"bugs": "https://github.com/rollup/plugins/issues",

@@ -50,11 +50,11 @@ "main": "dist/rollup-plugin-buble.cjs.js",

"dependencies": {
"@rollup/pluginutils": "^3.0.4",
"@types/buble": "^0.19.2",
"buble": "^0.19.8",
"rollup-pluginutils": "^2.8.2"
"buble": "^0.19.8"
},
"devDependencies": {
"del-cli": "^3.0.0",
"rollup": "^1.27.0",
"rollup": "^1.27.14",
"source-map": "^0.7.3",
"typescript": "^3.7.2"
"typescript": "^3.7.4"
},

@@ -61,0 +61,0 @@ "ava": {

@@ -49,3 +49,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-buble

Type: `Object`
Type: `Object`<br>
Default: `{ modules: false }`

@@ -57,3 +57,3 @@

Type: `String` | `Array[...String]`
Type: `String` | `Array[...String]`<br>
Default: `null`

@@ -65,3 +65,3 @@

Type: `String` | `Array(String)`
Type: `String` | `Array[...String]`<br>
Default: `null`

@@ -68,0 +68,0 @@

import { transform } from 'buble';
import { createFilter } from 'rollup-pluginutils';
import { createFilter } from '@rollup/pluginutils';

@@ -4,0 +4,0 @@ export default function buble(options = {}) {

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