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.15.2 to 0.15.3

5

lib/get-rollup-options.js

@@ -80,6 +80,7 @@ 'use strict';

if (format === 'umd' || options.resolve) {
var esModules = options.esModules === undefined ? true : options.esModules;
plugins.push(require('rollup-plugin-node-resolve')({
skip: options.skip,
jsnext: options.esModule,
module: options.esModule,
jsnext: esModules,
module: esModules,
browser: options.browser

@@ -86,0 +87,0 @@ }), require('rollup-plugin-commonjs')());

2

package.json
{
"name": "bili",
"version": "0.15.2",
"version": "0.15.3",
"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