Socket
Socket
Sign inDemoInstall

@ribajs/core

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/core - npm Package Compare versions

Comparing version 0.16.3 to 0.16.4

2

package.json
{
"name": "@ribajs/core",
"description": "Core module of Riba.js",
"version": "0.16.3",
"version": "0.16.4",
"author": "Pascal Garber <pascal@jumplink.eu>",

@@ -6,0 +6,0 @@ "private": false,

@@ -113,2 +113,6 @@ /**

value = Number(attr);
// If number is too large store the value as string
if (value >= Number.MAX_SAFE_INTEGER) {
value = attr;
}
} else if (isJson(attr)) {

@@ -115,0 +119,0 @@ value = JSON.parse(attr as any);

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