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 4.17.1-alpha.0 to 4.19.0-alpha.0

lib/utils/images.d.ts

1

lib/index.d.ts
export * from './utils/files';
export * from './utils/images';
//# sourceMappingURL=index.d.ts.map

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

__export(require("./utils/files"));
__export(require("./utils/images"));
//# sourceMappingURL=index.js.map

7

package.json
{
"name": "@kano/kbc-utils",
"version": "4.17.1-alpha.0",
"version": "4.19.0-alpha.0",
"description": "Utilities functionality for boilerplate mini apps",

@@ -30,3 +30,6 @@ "author": "Kano Computing",

},
"gitHead": "d5afe7ffb49f128d372e3495a1d24f32b274c360"
"dependencies": {
"@kano/kbc-telemetry": "^4.17.1-alpha.0"
},
"gitHead": "3375309ac22a06aee105f9a130024838e49b2979"
}

@@ -26,2 +26,9 @@ # `kbc-utils`

Checks if the browser Window has, `File`, `FileReader`, `FileList` and `Blob` needed to import and export. Params include success and fail callbacks.
Checks if the browser Window has, `File`, `FileReader`, `FileList` and `Blob` needed to import and export. Params include success and fail callbacks.
* Images
* `getBlobFromImage`
* `blobToDataURL`

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