@-0/spool
Advanced tools
Comparing version 0.2.57 to 0.2.58
@@ -5,3 +5,3 @@ export declare function registerCMD(command: any): { | ||
export declare namespace registerCMD { | ||
var all: Map<any, any>; | ||
var all: () => IterableIterator<[any, any]>; | ||
} |
@@ -59,2 +59,2 @@ import { map } from "@thi.ng/transducers"; | ||
} | ||
registerCMD.all = registered; | ||
registerCMD.all = () => registered.entries(); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.57", | ||
"version": "0.2.58", | ||
"description": "SPA framework built on top of http://thi.ng/umbrella ecosystem", | ||
@@ -11,4 +11,4 @@ "main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"repository": "https://github.com/subs0/ingtegration", | ||
"homepage": "https://github.com/subs0/ingtegration", | ||
"repository": "https://github.com/subs0/spool", | ||
"homepage": "https://github.com/subs0/spool", | ||
"scripts": { | ||
@@ -15,0 +15,0 @@ "typewatch": "tsc --project tsconfig.json", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
37246
1