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

@opensearch-project/opensearch

Package Overview
Dependencies
Maintainers
8
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensearch-project/opensearch - npm Package Compare versions

Comparing version 2.12.0 to 2.13.0

9

CHANGELOG.md

@@ -14,2 +14,11 @@ # CHANGELOG

## [2.13.0]
### Dependencies
- Bumps `micromatch` from 4.0.7 to 4.0.8
- Bumps `simple-statistics` from 7.8.4 to 7.8.5
- Bumps `simple-git` from 3.25.0 to 3.26.0
- Bumps `@types/node` from 22.5.0 to 22.5.2
### Fixed
- Upgrade `JSON11` from 1.1.2 to 2.0.0 to ensure UTF-8 safety when stringifying JSON data
## [2.12.0]

@@ -16,0 +25,0 @@ ### Dependencies

2

lib/Serializer.js

@@ -104,3 +104,3 @@ /*

typeof val === 'number' &&
(val < Number.MAX_SAFE_INTEGER || val > Number.MAX_SAFE_INTEGER)
(val < Number.MIN_SAFE_INTEGER || val > Number.MAX_SAFE_INTEGER)
) {

@@ -107,0 +107,0 @@ numeralsAreNumbers = false;

@@ -36,3 +36,3 @@ {

"homepage": "https://www.opensearch.org/",
"version": "2.12.0",
"version": "2.13.0",
"versionCanary": "7.10.0-canary.6",

@@ -108,3 +108,3 @@ "keywords": [

"debug": "^4.3.1",
"json11": "^1.1.2",
"json11": "^2.0.0",
"hpagent": "^1.2.0",

@@ -111,0 +111,0 @@ "ms": "^2.1.3",

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