Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@-0/spool

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@-0/spool - npm Package Compare versions

Comparing version 0.2.57 to 0.2.58

2

lib/registers/registerCMD.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc