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

semantic-chunking

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-chunking - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## [2.3.5] - 2024-11-13
### Updated
- Only print version if logging is enabled (default is false)
- was adding console noise to upstream applications
## [2.3.4] - 2024-11-12

@@ -7,0 +12,0 @@ ### Updated

4

chunkit.js

@@ -52,3 +52,3 @@ // ===========================

printVersion();
if(logging) { printVersion(); }

@@ -207,3 +207,3 @@ // Input validation

printVersion();
if(logging) { printVersion(); }

@@ -210,0 +210,0 @@ // Input validation

{
"name": "semantic-chunking",
"version": "2.3.4",
"version": "2.3.5",
"description": "Semantically create chunks from large texts. Useful for workflows involving large language models (LLMs).",

@@ -5,0 +5,0 @@ "repository": {

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