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

@christian-slater/util

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@christian-slater/util - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

4

abs.js

@@ -6,5 +6,7 @@ const path = require("path");

const cwd = process.cwd();
args = args.map(a => a.replace(fixPathSeparators(cwd), ""));
args = args.map(a =>
fixPathSeparators(a).replace(fixPathSeparators(cwd), "")
);
return fixPathSeparators(path.join(cwd, ...args));
};
{
"name": "@christian-slater/util",
"version": "3.1.0",
"version": "3.1.1",
"description": "shopify theme management toolkit",

@@ -21,3 +21,3 @@ "main": "index.js",

},
"gitHead": "0fcf996a3a8934b907fc41f2175986b36bb9d683"
"gitHead": "3463098f535ce525990612453080f85e63833063"
}
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