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 1.1.2 to 1.1.3

5

index.js

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

/* @squared-functions/module 1.1.2
/* @squared-functions/module 1.1.3
https://github.com/anpham6/squared-functions */

@@ -339,3 +339,3 @@

const statDest = fs.statSync(dest);
return statSrc.size === statDest.size && statSrc.mtimeMs === statDest.mtimeMs;
return statSrc.size === statDest.size && statSrc.mtimeMs === statDest.mtimeMs && statSrc.size > 0;
}

@@ -443,2 +443,3 @@ }

}
return result;
});

@@ -445,0 +446,0 @@ }

4

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

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

"dependencies": {
"@squared-functions/types": "^1.1.2",
"@squared-functions/types": "^1.1.3",
"uuid": "^8.3.2",

@@ -21,0 +21,0 @@ "chalk": "^4.1.1"

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