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.4 to 0.15.5

8

lib/get-rollup-options.js

@@ -26,11 +26,11 @@ 'use strict';

var transforms = jsOptions.transforms;
delete jsOptions.transforms;
jsOptions = _extends({
objectAssign: 'Object.assign',
include: ['**/*.{js,jsx,es6}']
}, jsOptions, {
transforms: _extends({
generator: false,
dangerousForOf: true
}, transforms),
include: ['**/*.{js,jsx,es6}']
}, jsOptions);
}, transforms)
});

@@ -37,0 +37,0 @@ // optionally compile async/await to generator function

{
"name": "bili",
"version": "0.15.4",
"version": "0.15.5",
"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