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

kwyjibo

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kwyjibo - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

6

js/utils.d.ts

@@ -33,3 +33,7 @@ /// <reference types="express-serve-static-core" />

export declare let defaultInfoLogger: (toLog: any) => void;
export interface Renderable {
export declare type JSONSpecBasicType = number | string | boolean;
export declare class JSONSpec {
[key: string]: JSONSpecBasicType | JSONSpecBasicType[] | JSONSpec | JSONSpec[];
}
export declare class Renderable extends JSONSpec {
$render_view: string;

@@ -36,0 +40,0 @@ }

@@ -44,2 +44,8 @@ /*********************************************************************************

exports.defaultInfoLogger = (toLog) => { console.log(toLog); };
class JSONSpec {
}
exports.JSONSpec = JSONSpec;
class Renderable extends JSONSpec {
}
exports.Renderable = Renderable;
function addErrorHandler(eh) {

@@ -46,0 +52,0 @@ exports.errorHandlers.push(eh);

2

package.json
{
"name": "kwyjibo",
"version": "1.0.22",
"version": "1.0.23",
"description": "A set of Typescript Decorators and helpers to write better node.js+Express applications.",

@@ -5,0 +5,0 @@ "main": "js/index.js",

Sorry, the diff of this file is not supported yet

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