Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@loopstack/contracts

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopstack/contracts - npm Package Compare versions

Comparing version
0.16.1
to
0.16.2
+2
-1
dist/enums/registry.enum.d.ts

@@ -5,3 +5,4 @@ export declare enum RegistryEntryStatus {

ACTIVE = "active",
INACTIVE = "inactive"
INACTIVE = "inactive",
PREVIEW = "preview"
}

@@ -8,0 +9,0 @@ export declare enum RegistryEntryCategory {

@@ -10,2 +10,3 @@ "use strict";

RegistryEntryStatus["INACTIVE"] = "inactive";
RegistryEntryStatus["PREVIEW"] = "preview";
})(RegistryEntryStatus || (exports.RegistryEntryStatus = RegistryEntryStatus = {}));

@@ -12,0 +13,0 @@ var RegistryEntryCategory;

@@ -5,3 +5,3 @@ {

"description": "A collection of types and schemas shared between projects",
"version": "0.16.1",
"version": "0.16.2",
"license": "BSL",

@@ -8,0 +8,0 @@ "author": {