Socket
Socket
Sign inDemoInstall

@squared-functions/types

Package Overview
Dependencies
Maintainers
1
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squared-functions/types - npm Package Compare versions

Comparing version 4.8.85 to 4.8.86

2

index.js

@@ -8,3 +8,3 @@ "use strict";

constructor() {
super('The operation was aborted');
super("The operation was aborted" /* ERR_MESSAGE.ABORTED_OPERATION */);
this.code = 'ABORT_ERR';

@@ -11,0 +11,0 @@ this.name = "AbortError" /* INTERNAL.ERR_ABORT */;

@@ -15,3 +15,4 @@ import type { BundleAction, FileInfo, HttpProtocolVersion, LogStatus } from './squared';

QUEUED = 4,
RESTARTED = 5
RESTARTED = 5,
ABORTED = 6
}

@@ -18,0 +19,0 @@

{
"name": "@squared-functions/types",
"version": "4.8.85",
"version": "4.8.86",
"description": "Type definitions for squared-functions",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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