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.11
to
0.0.12
+1
-1
dist/index.d.mts
declare function toArray<T>(value: T): T extends readonly any[] ? T : (T extends undefined | null ? never : T[]);
declare const PACKAGE_NAME = "@standardserver/shared";
declare const PACKAGE_VERSION = "0.0.11";
declare const PACKAGE_VERSION = "0.0.12";
/**

@@ -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 : (T extends undefined | null ? never : T[]);
declare const PACKAGE_NAME = "@standardserver/shared";
declare const PACKAGE_VERSION = "0.0.11";
declare const PACKAGE_VERSION = "0.0.12";
/**

@@ -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.11";
const PACKAGE_VERSION = "0.0.12";
function getPackageSymbol(name) {

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

{
"name": "@standardserver/shared",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",

@@ -12,2 +12,3 @@ "homepage": "https://standardserver.dev",

},
"sideEffects": false,
"exports": {

@@ -14,0 +15,0 @@ ".": {