You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

google-closure-compiler-linux

Package Overview
Dependencies
Maintainers
4
Versions
2110
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

to
20250506.0.0

9

index.js
/*
* Copyright 2018 The Closure Compiler Authors.
* Copyright 2019 The Closure Compiler Authors.
*

@@ -17,3 +17,6 @@ * Licensed under the Apache License, Version 2.0 (the "License");

const path = require('path');
module.exports = path.resolve(__dirname, 'compiler');
import path from 'node:path';
import { fileURLToPath, URL } from 'node:url';
const __dirname = fileURLToPath(new URL('.', import.meta.url));
export default path.resolve(__dirname, 'compiler');
{
"name": "google-closure-compiler-linux",
"version": "20250506.0.0-nightly",
"version": "20250506.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"type": "module",
"main": "index.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-linux",
"repository": {
"type": "git",
"url": "git+https://github.com/google/closure-compiler-npm.git#master"
},
"homepage": "https://developers.google.com/closure/compiler/",

@@ -31,2 +35,5 @@ "author": "Chad Killingsworth <chadkillingsworth@gmail.com>",

},
"devDependencies": {
"chalk": "5.x"
},
"os": [

@@ -33,0 +40,0 @@ "linux"

Sorry, the diff of this file is not supported yet