Sign In

@standardserver/shared

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@standardserver/shared - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+1
-1
dist/index.d.mts
declare function toArray<T>(value: T): T extends readonly any[] ? T : Exclude<T, undefined | null>[];
declare const PACKAGE_NAME = "@standardserver/shared";
declare const PACKAGE_VERSION = "0.0.4";
declare const PACKAGE_VERSION = "0.0.5";
/**

@@ -6,0 +6,0 @@ * Generates a unique symbol for the specified name within the package scope.

declare function toArray<T>(value: T): T extends readonly any[] ? T : Exclude<T, undefined | null>[];
declare const PACKAGE_NAME = "@standardserver/shared";
declare const PACKAGE_VERSION = "0.0.4";
declare const PACKAGE_VERSION = "0.0.5";
/**

@@ -6,0 +6,0 @@ * Generates a unique symbol for the specified name within the package scope.

@@ -6,3 +6,3 @@ function toArray(value) {

const PACKAGE_NAME = "@standardserver/shared";
const PACKAGE_VERSION = "0.0.4";
const PACKAGE_VERSION = "0.0.5";
function getPackageSymbol(name) {

@@ -9,0 +9,0 @@ return Symbol.for(`${PACKAGE_NAME}@${PACKAGE_VERSION}/${name}`);

{
"name": "@standardserver/shared",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "https://standardserver.dev",