@standardserver/shared
Advanced tools
+1
-1
| 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.8"; | ||
| declare const PACKAGE_VERSION = "0.0.9"; | ||
| /** | ||
@@ -6,0 +6,0 @@ * Generates a unique symbol for the specified name within the package scope. |
+1
-1
| 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.8"; | ||
| declare const PACKAGE_VERSION = "0.0.9"; | ||
| /** | ||
@@ -6,0 +6,0 @@ * Generates a unique symbol for the specified name within the package scope. |
+1
-1
@@ -6,3 +6,3 @@ function toArray(value) { | ||
| const PACKAGE_NAME = "@standardserver/shared"; | ||
| const PACKAGE_VERSION = "0.0.8"; | ||
| const PACKAGE_VERSION = "0.0.9"; | ||
| function getPackageSymbol(name) { | ||
@@ -9,0 +9,0 @@ return Symbol.for(`${PACKAGE_NAME}@${PACKAGE_VERSION}/${name}`); |
+1
-1
| { | ||
| "name": "@standardserver/shared", | ||
| "type": "module", | ||
| "version": "0.0.8", | ||
| "version": "0.0.9", | ||
| "license": "MIT", | ||
@@ -6,0 +6,0 @@ "homepage": "https://standardserver.dev", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
0
-100%