Socket
Socket
Sign inDemoInstall

@picovoice/cobra-web-factory

Package Overview
Dependencies
0
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@picovoice/cobra-web-factory",
"version": "1.0.4",
"version": "1.0.5",
"description": "Cobra library for web browsers (via WebAssembly)",

@@ -5,0 +5,0 @@ "author": "Picovoice Inc",

@@ -127,3 +127,3 @@ /*

const accessKeyCleaned = accessKey.trim();
if (accessKeyCleaned.length !== 56) { return false; }
if (accessKeyCleaned === '') { return false; }
try {

@@ -130,0 +130,0 @@ return btoa(atob(accessKeyCleaned)) === accessKeyCleaned;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc