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

@squared-functions/core

Package Overview
Dependencies
Maintainers
1
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squared-functions/core - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

11

index.js

@@ -1,4 +0,1 @@

/* @squared-functions/core 3.2.0
https://github.com/anpham6/squared-functions */
"use strict";

@@ -98,2 +95,10 @@ Object.defineProperty(exports, "__esModule", { value: true });

}
loadModule(name) {
for (const instance of this.modules) {
if (instance.moduleName === name) {
return instance;
}
}
return null;
}
set host(value) { }

@@ -100,0 +105,0 @@ get host() {

{
"name": "@squared-functions/core",
"version": "3.2.0",
"version": "3.3.0",
"description": "Core modules for squared-functions",

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

"dependencies": {
"@squared-functions/module": "3.2.0",
"@squared-functions/types": "3.2.0",
"uuid": "^8.3.2"
"@squared-functions/module": "3.3.0",
"@squared-functions/types": "3.3.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