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

@libj/misc

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libj/misc - npm Package Compare versions

Comparing version 0.2.7 to 0.3.0

2

dist/resolveConfig/resolveConfigVars.js

@@ -75,3 +75,3 @@ "use strict";

function resolveRelativePath(partnerPath, levelUp, valPath) {
return partnerPath.slice(0, levelUp ? -levelUp : 1).concat(valPath);
return partnerPath.slice(0, levelUp ? -levelUp : partnerPath.length).concat(valPath);
}

@@ -78,0 +78,0 @@ function makeVarTokenRegex(pattern, flags) {

@@ -7,3 +7,3 @@ {

"name": "@libj/misc",
"version": "0.2.7",
"version": "0.3.0",
"description": "Miscellaneous",

@@ -29,3 +29,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>",

],
"gitHead": "1802cfdda7c29b8a0d838b916e9f5996dab90907"
"gitHead": "f3bab8711897066d01b8a2ba62482ac6b2b02565"
}

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