Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

llama3-tokenizer-js

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

llama3-tokenizer-js - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

bundle/commonjs-llama3-tokenizer-with-baked-data.cjs

2

package.json
{
"name": "llama3-tokenizer-js",
"version": "1.1.4",
"version": "1.1.5",
"description": "JS tokenizer for LLaMA 3",

@@ -5,0 +5,0 @@ "main": "bundle/llama3-tokenizer-with-baked-data.js",

@@ -57,2 +57,11 @@ import fs from 'node:fs';

});
// Someone on GitHub requested that for them to load the file it has to end in .cjs,
// and I didn't want to break existing filepaths, so we'll just have the same bundle in 2 different files.
fs.writeFile('../bundle/commonjs-llama3-tokenizer-with-baked-data.cjs', content, err4 => {
if (err4) {
console.error(err4)
return
}
});
})

@@ -59,0 +68,0 @@

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