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

@dqbd/tiktoken

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dqbd/tiktoken - npm Package Compare versions

Comparing version

to
1.0.19

4

lite/tiktoken_bg.js

@@ -351,3 +351,3 @@ let wasm;

export function __wbg_parse_161c68378e086ae1() { return handleError(function (arg0, arg1) {
export function __wbg_parse_def2e24ef1252aff() { return handleError(function (arg0, arg1) {
const ret = JSON.parse(getStringFromWasm0(arg0, arg1));

@@ -357,3 +357,3 @@ return addHeapObject(ret);

export function __wbg_stringify_f4f701bc34ceda61() { return handleError(function (arg0) {
export function __wbg_stringify_f7ed6987935b4a24() { return handleError(function (arg0) {
const ret = JSON.stringify(getObject(arg0));

@@ -360,0 +360,0 @@ return addHeapObject(ret);

@@ -63,2 +63,3 @@ {

"gpt-4o-mini": "o200k_base",
"o1": "o200k_base",
"o1-2024-12-17": "o200k_base",

@@ -69,2 +70,4 @@ "o1-mini": "o200k_base",

"o1-mini-2024-09-12": "o200k_base",
"o3-mini": "o200k_base",
"o3-mini-2025-01-31": "o200k_base",
"chatgpt-4o-latest": "o200k_base",

@@ -71,0 +74,0 @@ "gpt-4o-realtime": "o200k_base",

{
"name": "@dqbd/tiktoken",
"version": "1.0.18",
"version": "1.0.19",
"description": "JS/WASM bindings for tiktoken",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -406,3 +406,3 @@ let wasm;

export function __wbg_parse_161c68378e086ae1() { return handleError(function (arg0, arg1) {
export function __wbg_parse_def2e24ef1252aff() { return handleError(function (arg0, arg1) {
const ret = JSON.parse(getStringFromWasm0(arg0, arg1));

@@ -412,3 +412,3 @@ return addHeapObject(ret);

export function __wbg_stringify_f4f701bc34ceda61() { return handleError(function (arg0) {
export function __wbg_stringify_f7ed6987935b4a24() { return handleError(function (arg0) {
const ret = JSON.stringify(getObject(arg0));

@@ -415,0 +415,0 @@ return addHeapObject(ret);

@@ -37,2 +37,4 @@ /* tslint:disable */

| "text-embedding-ada-002"
| "text-embedding-3-small"
| "text-embedding-3-large"
| "text-similarity-davinci-001"

@@ -76,2 +78,3 @@ | "text-similarity-curie-001"

| "gpt-4o-mini"
| "o1"
| "o1-2024-12-17"

@@ -82,2 +85,4 @@ | "o1-mini"

| "o1-mini-2024-09-12"
| "o3-mini"
| "o3-mini-2025-01-31"
| "chatgpt-4o-latest"

@@ -84,0 +89,0 @@ | "gpt-4o-realtime"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet