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.10.0 to 0.11.0

3

lib/get-rollup-options.js

@@ -57,3 +57,4 @@ 'use strict';

skip: options.skip,
jsnext: options.jsnext
jsnext: options.jsnext,
browser: options.browser
}), require('rollup-plugin-commonjs')());

@@ -60,0 +61,0 @@ }

@@ -21,3 +21,3 @@ 'use strict';

var cli = (0, _meow2.default)('\n Usage:\n bili [entry] [options]\n\n Examples:\n bili -d lib --replace.VERSION "0.0.1"\n bili --format umd --format umd --compress\n\n Options:\n --config, -c Path to config file\n --watch, -w Enable file watcher for incremental builds\n --name, -n Filename of bundled file, no extenstion and format suffix\n --out-dir, -d The directory to dest files\n --format Bundle format, cjs/umd\n --module-name UMD module name, required in `--format` umd\n --map Source map value, can be a boolean or `inline`\n --compress Generate an extra compressed file suffixed with `.min` and sourcemap\n --skip Exclude specfic modules in node_modules dir from bundled file\n --jsnext Respect jsnext field in package.json as resolving node_modules\n --alias Add alias option\n --replace Add replace option\n --flow Remove flow type annotations\n --exports Specific what export mode to use\n --version, -v Output version\n --help, -h Output help (You are here!)\n\n For more complex configuration please head to https://github.com/egoist/bili#usage\n', {
var cli = (0, _meow2.default)('\n Usage:\n bili [entry] [options]\n\n Examples:\n bili -d lib --replace.VERSION "0.0.1"\n bili --format umd --format umd --compress\n\n Options:\n --config, -c Path to config file\n --watch, -w Enable file watcher for incremental builds\n --name, -n Filename of bundled file, no extenstion and format suffix\n --out-dir, -d The directory to dest files\n --format Bundle format, cjs/umd\n --module-name UMD module name, required in `--format` umd\n --map Source map value, can be a boolean or `inline`\n --compress Generate an extra compressed file suffixed with `.min` and sourcemap\n --skip Exclude specfic modules in node_modules dir from bundled file\n --jsnext Respect jsnext field in package.json as resolving node_modules\n --browser Respect browser field in package.json as resolving node_modules\n --alias Add alias option\n --replace Add replace option\n --flow Remove flow type annotations\n --exports Specific what export mode to use\n --version, -v Output version\n --help, -h Output help (You are here!)\n\n For more complex configuration please head to https://github.com/egoist/bili#usage\n', {
alias: {

@@ -24,0 +24,0 @@ h: 'help',

{
"name": "bili",
"version": "0.10.0",
"version": "0.11.0",
"description": "Transpile ESnext code with Rollup and Buble.",

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

@@ -30,3 +30,3 @@ <img src="./media/logo.png" alt="logo"/><br>

[Dive into the wiki](https://github.com/universe-denpa/bili/wiki) if you are ready to bundle!
[Dive into the documentation](https://unipahq.github.io/bili/) if you are ready to bundle!

@@ -33,0 +33,0 @@ ## License

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