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

closure-util

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

closure-util - npm Package Compare versions

Comparing version 1.20.0 to 1.21.0

19

compiler-options.txt

@@ -26,11 +26,14 @@ Basic Usage:

ECMASCRIPT3, ECMASCRIPT5,
ECMASCRIPT5_STRICT, ECMASCRIPT6
(default), ECMASCRIPT6_STRICT,
ECMASCRIPT6_TYPED (experimental)
(default: ECMASCRIPT6)
ECMASCRIPT5_STRICT, ECMASCRIPT6_TYPED
(experimental), ECMASCRIPT_2015,
ECMASCRIPT_2016, ECMASCRIPT_2017,
ECMASCRIPT_NEXT (default:
ECMASCRIPT_2017)
--language_out VAL : Sets what language spec the output
should conform to. Options:
ECMASCRIPT3 (default), ECMASCRIPT5,
ECMASCRIPT3, ECMASCRIPT5,
ECMASCRIPT5_STRICT, ECMASCRIPT6_TYPED
(experimental) (default: ECMASCRIPT3)
(experimental), ECMASCRIPT_2015,
ECMASCRIPT_2016, ECMASCRIPT_2017,
ECMASCRIPT_NEXT (default: ECMASCRIPT5)
--warning_level (-W) [QUIET | DEFAULT : Specifies the warning level to use.

@@ -64,2 +67,6 @@ | VERBOSE] Options: QUIET, DEFAULT, VERBOSE

false)
--strict_mode_input : Assume input sources are to run in
strict mode. Ignored for language
modes earlier than ECMASCRIPT_2016.
(default: true)
--warnings_whitelist_file VAL : A file containing warnings to

@@ -66,0 +73,0 @@ suppress. Each line should be of the

{
"compiler_url": "https://dl.google.com/closure-compiler/compiler-20170423.zip",
"compiler_url": "https://dl.google.com/closure-compiler/compiler-20170521.zip",
"library_url": "https://github.com/google/closure-library/archive/v20170409.zip",
"log_level": "info"
}
{
"name": "closure-util",
"version": "1.20.0",
"version": "1.21.0",
"description": "Utilities for Closure Library based projects.",

@@ -17,24 +17,24 @@ "main": "lib/index.js",

"acorn": "5.0.3",
"async": "2.4.0",
"async": "2.4.1",
"fs-extra": "3.0.1",
"gaze": "1.1.2",
"get-down": "1.1.0",
"glob": "7.1.1",
"glob": "7.1.2",
"graceful-fs": "4.1.11",
"handlebars": "4.0.8",
"handlebars": "4.0.10",
"lodash": "4.17.4",
"minimatch": "3.0.3",
"minimatch": "3.0.4",
"mkdirp": "0.5.1",
"nomnom": "1.8.1",
"npmlog": "4.0.2",
"npmlog": "4.1.0",
"rimraf": "2.6.1",
"send": "0.15.2",
"socket.io": "1.7.3",
"send": "0.15.3",
"socket.io": "2.0.1",
"temp": "0.8.3"
},
"devDependencies": {
"chai": "3.5.0",
"chai": "4.0.0",
"eslint": "3.19.0",
"eslint-config-openlayers": "7.0.0",
"mocha": "3.3.0",
"mocha": "3.4.2",
"supertest": "3.0.0"

@@ -41,0 +41,0 @@ },

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