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

jute

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jute - npm Package Compare versions

Comparing version 0.0.55 to 0.0.56

m.js

10

jute/configure.js

@@ -85,5 +85,15 @@ /*

config.outputDir = path.join(config.docRoot, config.outputDir);
try {
fs.statSync(config.outputDir);
} catch(e) {
fs.mkdirSync(config.outputDir, 0777)
}
config.testDirWeb = config.testDir;
config.testDir = path.join(config.docRoot, config.testDir);
try {
fs.statSync(config.testDir);
} catch(e) {
fs.mkdirSync(config.testDir, 0777)
}

@@ -90,0 +100,0 @@ // Find Java executable

2

package.json

@@ -5,3 +5,3 @@ {

"keywords": ["selenium", "test", "testing", "unit", "tests"],
"version": "0.0.55",
"version": "0.0.56",
"author": "Mark Ethan Trostler <mark@zzo.com>",

@@ -8,0 +8,0 @@ "preferGlobal": true,

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