🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@lenml/tokenizer-deepseek_v3

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lenml/tokenizer-deepseek_v3 - npm Package Compare versions

Comparing version
3.4.1
to
3.4.2
+1
-1
package.json
{
"name": "@lenml/tokenizer-deepseek_v3",
"version": "3.4.1",
"version": "3.4.2",
"description": "deepseek_v3 tokenizer for NodeJS/Browser",

@@ -5,0 +5,0 @@ "source": "src/main.ts",

@@ -6,5 +6,5 @@ import type { NSTokenizerConfig, NSTokenizerJSON } from "@lenml/tokenizers";

const tokenizerJSON = rawTokenizerJSON as NSTokenizerJSON.Root;
const tokenizerConfig = rawTokenizerConfig as NSTokenizerConfig.Root;
const tokenizerJSON = rawTokenizerJSON as unknown as NSTokenizerJSON.Root;
const tokenizerConfig = rawTokenizerConfig as unknown as NSTokenizerConfig.Root;
export { tokenizerJSON, tokenizerConfig };

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