Socket
Socket
Sign inDemoInstall

@squared-functions/module

Package Overview
Dependencies
Maintainers
1
Versions
354
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.4.0 to 0.4.1

6

index.js

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

/* @squared-functions/module 0.4.0
/* @squared-functions/module 0.4.1
https://github.com/anpham6/squared-functions */

@@ -6,2 +6,3 @@

Object.defineProperty(exports, "__esModule", { value: true });
const path = require("path");
const fs = require("fs");

@@ -40,2 +41,5 @@ const chalk = require("chalk");

}
getTempDir() {
return process.cwd() + path.sep + 'temp' + path.sep;
}
writeFail(description, message) {

@@ -42,0 +46,0 @@ console.log(`${chalk.bgRed.bold.white('FAIL')}: ${description} (${message})`);

4

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

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

"dependencies": {
"@squared-functions/types": "^0.4.0",
"@squared-functions/types": "^0.4.3",
"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