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.3.1 to 3.3.2

4

index.d.ts
import type { HostConstructor, ModuleConstructor } from '../types/lib';
declare namespace Core {
declare namespace core {
const Module: ModuleConstructor;

@@ -8,2 +8,2 @@ const Host: HostConstructor;

export = Core;
export = core;
{
"name": "@squared-functions/core",
"version": "3.3.1",
"version": "3.3.2",
"description": "Core modules for squared-functions",

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

"dependencies": {
"@squared-functions/module": "3.3.1",
"@squared-functions/types": "3.3.1"
"@squared-functions/module": "3.3.2",
"@squared-functions/types": "3.3.2"
}
}
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