Socket
Socket
Sign inDemoInstall

@kano/kbc-utils

Package Overview
Dependencies
Maintainers
13
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/kbc-utils - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

4

lib/utils/apps.d.ts

@@ -1,3 +0,3 @@

export declare type AllAppNames = 'kano-world' | 'make-art' | 'kano-code' | 'make-apps' | 'kano-draw' | 'pixel-motion' | 'kano-create' | 'kano-world-studio' | 'make-art-studio' | 'kano-code-studio' | 'pixel-motion-studio' | 'kano-create-studio';
export declare type SafeAppNames = 'kano-world' | 'kano-code' | 'make-art' | 'pixel-motion' | 'kano-create';
export declare type AllAppNames = 'kano-world' | 'make-art' | 'kano-code' | 'make-apps' | 'kano-draw' | 'pixel-motion' | 'kano-create' | 'kano-world-studio' | 'make-art-studio' | 'kano-code-studio' | 'pixel-motion-studio' | 'kano-create-studio' | 'artopia';
export declare type SafeAppNames = 'kano-world' | 'kano-code' | 'make-art' | 'pixel-motion' | 'kano-create' | 'artopia';
export declare const APP_LABELS: {

@@ -4,0 +4,0 @@ [name: string]: string;

@@ -11,2 +11,3 @@ "use strict";

switch (appName) {
case 'kano-world':
case 'kano-world-studio':

@@ -29,2 +30,3 @@ return 'kano-world';

}
return null;
};

@@ -31,0 +33,0 @@ exports.isKanoWorld = (KB_APP_NAME) => {

{
"name": "@kano/kbc-utils",
"version": "1.5.2",
"version": "1.5.3",
"description": "Utilities functionality for boilerplate mini apps",

@@ -37,3 +37,3 @@ "author": "Kano Computing",

},
"gitHead": "bbe0e521538e1ba9fc9a1d6194b1ac765cbf7fd4"
"gitHead": "6511237f0b31c0cf672a1749d32c5860e1320b19"
}

Sorry, the diff of this file is not supported yet

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