New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rumbl/laserbeak

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rumbl/laserbeak - npm Package Compare versions

Comparing version 0.5.3 to 0.6.0

3

dist/models.d.ts

@@ -7,3 +7,4 @@ import * as rumble from "@rumbl/rumble-wasm";

FLAN_T5_BASE = "flan_t5_base",
FLAN_T5_LARGE = "flan_t5_large"
FLAN_T5_LARGE = "flan_t5_large",
LAMINI_FLAN_T5_BASE = "lamini_flan_base"
}

@@ -10,0 +11,0 @@ export declare class Model {

@@ -16,2 +16,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

AvailableModels["FLAN_T5_LARGE"] = "flan_t5_large";
AvailableModels["LAMINI_FLAN_T5_BASE"] = "lamini_flan_base";
})(AvailableModels || (AvailableModels = {}));

@@ -18,0 +19,0 @@ export class Model {

{
"name": "@rumbl/laserbeak",
"version": "0.5.3",
"version": "0.6.0",
"author": "Christopher Fleetwood <chris@fleetwood.dev>",

@@ -21,3 +21,3 @@ "description": "ML on the GPU comes to the browser",

"dependencies": {
"@rumbl/rumble-wasm": "0.5.0",
"@rumbl/rumble-wasm": "0.6.0",
"comlink": "4.3.1",

@@ -24,0 +24,0 @@ "idb": "^7.1.1",

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