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

one

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

one - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

3

lib/cli.js

@@ -12,3 +12,4 @@ var debug = require('./debug')('cli'),

if(options.debug) buffer.debug();
if( options.global ) buffer.global();
if(options.global) buffer.global();
if(options.native) buffer.native();

@@ -15,0 +16,0 @@ if(options.ignore) {

{
"name": "one",
"version": "3.0.5",
"version": "3.0.6",
"description": "Bundles NodeJS modules/libraries for web browsers",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,2 +20,3 @@ ## OneJS

* Static analysis
* Core Builtins Like Browserify; https://github.com/azer/core-modules
* New CLI & JavaScript API

@@ -32,3 +33,3 @@

Any filename under an NPM package.
An entry might be any filename that's under an NPM package.

@@ -43,12 +44,12 @@ Examples:

OPTIONS
-o --target Target file to save the build.
-d --debug Enable SourceUrls and verbose mode.
-o --target Target file to save the build.
-g --global Expose a global require.
-r --require Require given URI from the entry module. e.g -a .\/foo,underscore
-i --ignore Ignore given modules or packages. e.g -i lib\/foo.js,underscore
-n --native Forward builtins & unresolved modules to native/global require.
-v --version Show version and exit.
-h --help Show this help and exit.
-h --help Show this help and exist.

@@ -55,0 +56,0 @@ DEBUGGING

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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