Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-closure-compiler-linux

Package Overview
Dependencies
Maintainers
4
Versions
1891
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-closure-compiler-linux - npm Package Compare versions

Comparing version 20181008.0.0 to 20181028.0.0

LICENSE

19

index.js

@@ -1,1 +0,18 @@

module.exports = require.resolve('./compiler');
/*
* Copyright 2018 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
const path = require('path');
module.exports = path.resolve(__dirname, 'compiler');

29

package.json
{
"name": "google-closure-compiler-linux",
"version": "20181008.0.0",
"description": "Native image distribution of closure-compiler",
"version": "20181028.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "index.js",
"repository": "git@github.com:chadkillingsworth/closure-compiler-graal.git",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-linux",
"homepage": "https://developers.google.com/closure/compiler/",
"author": "Chad Killingsworth <chadkillingsworth@gmail.com>",
"license": "Apache-2.0",
"keywords": [
"javascript",
"compiler",
"optimizer",
"minifier",
"closure",
"java"
],
"files": [

@@ -13,11 +22,9 @@ "compiler",

"package.json",
"README.md"
"readme.md"
],
"cpu": [
"x64",
"x86"
],
"os": [
"linux"
]
"scripts": {
"build": "./build-image.js",
"test": "./test.js"
},
"gitHead": "4b8edc7dd84d9d0620c21a7891f5f3805519185c"
}

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