Socket
Socket
Sign inDemoInstall

@kano/kbc-utils

Package Overview
Dependencies
Maintainers
11
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 2.1.0 to 2.1.1

4

package.json
{
"name": "@kano/kbc-utils",
"version": "2.1.0",
"version": "2.1.1",
"description": "Utilities functionality for boilerplate mini apps",

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

},
"gitHead": "9b2b779a6b4846488907feb7a4b8dbcf0954e63e"
"gitHead": "a907ad41f6b74504a9949b34ba8b34ba83d3deb6"
}

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

export 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' | 'guardian' | 'artopia' | 'how-computers-work';
export type SafeAppNames = 'kano-world' | 'kano-code' | 'make-art' | 'pixel-motion' | 'kano-create' | 'guardian' | 'artopia' | 'how-computers-work';
export 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' | 'guardian';
export type SafeAppNames = 'kano-world' | 'kano-code' | 'make-art' | 'pixel-motion' | 'kano-create' | 'guardian';

@@ -10,3 +10,2 @@ export const APP_LABELS: { [name: string]: string } = {

'guardian': 'Guardian Site',
'how-computers-work': 'How Computers Work'
};

@@ -17,3 +16,2 @@

case 'guardian':
case 'how-computers-work':
case 'kano-world':

@@ -65,5 +63,1 @@ case 'kano-world-studio':

};
export const isHowComputersWork = (KB_APP_NAME: AllAppNames | string) => {
return sanitizeAppName(KB_APP_NAME as AllAppNames) === 'how-computers-work';
};
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