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

@sankhyalabs/core

Package Overview
Dependencies
Maintainers
2
Versions
762
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/core - npm Package Compare versions

Comparing version 1.0.52 to 1.0.53

3

dist/dataunit/metadata/DataType.js

@@ -13,2 +13,5 @@ export var DataType;

}
if (typeof value === "object" && dataType !== DataType.OBJECT && "value" in value) {
value = value.value;
}
switch (dataType) {

@@ -15,0 +18,0 @@ case DataType.NUMBER:

2

package.json
{
"name": "@sankhyalabs/core",
"version": "1.0.52",
"version": "1.0.53",
"description": "Modulo core JavaScript da Sankhya.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -15,2 +15,6 @@ export enum DataType {

if(typeof value === "object" && dataType !== DataType.OBJECT && "value" in value){
value = value.value;
}
switch (dataType) {

@@ -17,0 +21,0 @@ case DataType.NUMBER:

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