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

@appthreat/atom

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appthreat/atom - npm Package Compare versions

Comparing version 0.20.1 to 1.0.0

plugins/atom-1.0.0/lib/com.lihaoyi.geny_3-1.0.0.jar

5

index.js

@@ -26,3 +26,6 @@ #!/usr/bin/env node

const APP_MAIN_CLASS = "io.appthreat.atom.Atom";
const APP_CLASSPATH = join(APP_LIB_DIR, "io.appthreat.atom-1.0.0-classpath.jar");
const APP_CLASSPATH = join(
APP_LIB_DIR,
"io.appthreat.atom-1.0.0-classpath.jar"
);
let JAVACMD = "java";

@@ -29,0 +32,0 @@ if (process.env.JAVA_HOME) {

2

package.json
{
"name": "@appthreat/atom",
"version": "0.20.1",
"version": "1.0.0",
"description": "Create atom (⚛) representation for your application, packages and libraries",

@@ -5,0 +5,0 @@ "exports": "./index.js",

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