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

@balena/sbvr-types

Package Overview
Dependencies
Maintainers
0
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/sbvr-types - npm Package Compare versions

Comparing version 8.0.0 to 9.0.0-build-joshbwlng-bigint-string-127ae3170d17104c6079567167eba3f36cb8c058-1

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Change Log

# v9.0.0
## (2024-06-25)
* Update BigInteger and BigSerial TsTypes [Josh Bowling]
# v8.0.0

@@ -9,0 +14,0 @@ ## (2024-06-12)

2

out/types/big-integer.d.ts

@@ -10,3 +10,3 @@ import * as TypeUtils from '../type-utils';

};
export type Types = TypeUtils.TsTypes<bigint, number | bigint>;
export type Types = TypeUtils.TsTypes<string, string | number | bigint>;
type DbWriteType = bigint;

@@ -13,0 +13,0 @@ export declare const fetchProcessing: TypeUtils.FetchProcessing<Types['Read']>;

@@ -27,3 +27,3 @@ "use strict";

}
return value;
return value.toString();
};

@@ -30,0 +30,0 @@ exports.fetchProcessing = fetchProcessing;

@@ -11,4 +11,4 @@ import * as TypeUtils from '../type-utils';

};
export type Types = TypeUtils.TsTypes<bigint, number | bigint>;
export type Types = TypeUtils.TsTypes<string, string | number | bigint>;
type DbWriteType = bigint;
export declare const validate: TypeUtils.Validate<Types['Write'], DbWriteType>;

@@ -1,2 +0,1 @@

/// <reference types="node" />
import * as TypeUtils from '../type-utils';

@@ -3,0 +2,0 @@ export declare const types: {

@@ -1,2 +0,1 @@

/// <reference types="node" />
import * as TypeUtils from '../type-utils';

@@ -3,0 +2,0 @@ export declare const types: {

{
"name": "@balena/sbvr-types",
"version": "8.0.0",
"version": "9.0.0-build-joshbwlng-bigint-string-127ae3170d17104c6079567167eba3f36cb8c058-1",
"description": "SBVR type definitions.",

@@ -54,4 +54,4 @@ "main": "out",

"versionist": {
"publishedAt": "2024-06-12T22:03:08.706Z"
"publishedAt": "2024-06-25T00:39:34.881Z"
}
}

@@ -12,3 +12,3 @@ import * as TypeUtils from '../type-utils';

export type Types = TypeUtils.TsTypes<bigint, number | bigint>;
export type Types = TypeUtils.TsTypes<string, string | number | bigint>;
type DbWriteType = bigint;

@@ -30,3 +30,3 @@

}
return value;
return value.toString();
};

@@ -33,0 +33,0 @@

@@ -27,3 +27,3 @@ import * as TypeUtils from '../type-utils';

export type Types = TypeUtils.TsTypes<bigint, number | bigint>;
export type Types = TypeUtils.TsTypes<string, string | number | bigint>;
type DbWriteType = bigint;

@@ -30,0 +30,0 @@

Sorry, the diff of this file is not supported yet

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