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

@squared-functions/module

Package Overview
Dependencies
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squared-functions/module - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

5

index.js

@@ -1,2 +0,2 @@

/* @squared-functions/module 0.9.3
/* @squared-functions/module 0.9.4
https://github.com/anpham6/squared-functions */

@@ -67,5 +67,6 @@

joinPosix(...paths) {
paths = paths.filter(value => value && value.trim());
let result = '';
for (let i = 0; i < paths.length; ++i) {
const trailing = (paths[i] || '').trim().replace(/\\+/g, '/');
const trailing = paths[i].replace(/\\+/g, '/');
if (i === 0) {

@@ -72,0 +73,0 @@ result = trailing;

4

package.json
{
"name": "@squared-functions/module",
"version": "0.9.3",
"version": "0.9.4",
"description": "Module extension class for squared-functions",

@@ -18,5 +18,5 @@ "main": "index.js",

"dependencies": {
"@squared-functions/types": "^0.9.3",
"@squared-functions/types": "^0.9.4",
"chalk": "^4.1.0"
}
}
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