google-closure-compiler-linux
Advanced tools
Comparing version 20181008.0.0 to 20181028.0.0
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'); |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
33040429
5
17
0
1
6