New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bili

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bili - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

6

lib/get-rollup-options.js

@@ -47,2 +47,6 @@ 'use strict';

if (options.plugins) {
plugins = [].concat(_toConsumableArray(plugins), _toConsumableArray(options.plugins));
}
if (options.alias) {

@@ -113,2 +117,4 @@ plugins.push(require('rollup-plugin-alias')(options.alias));

function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
function getDest(options, format, compress) {

@@ -115,0 +121,0 @@ var name = options.name || 'index';

2

package.json
{
"name": "bili",
"version": "0.13.0",
"version": "0.14.0",
"description": "Transpile ESnext code with Rollup and Buble.",

@@ -5,0 +5,0 @@ "license": "MIT",

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