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

@balena/sbvr-types

Package Overview
Dependencies
Maintainers
3
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 7.1.0 to 7.1.1-build-accept-date-eb03c8fb593fad76c74dad57a3d45625daf44d76-1

7

CHANGELOG.md

@@ -7,4 +7,9 @@ # Change Log

# v7.1.1
## (2024-06-03)
* Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
# v7.1.0
## (2024-04-17)
## (2024-04-25)

@@ -11,0 +16,0 @@ * Export typescript read/write types for each sbvr type [Pagan Gazzard]

2

out/types/date-time.d.ts

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

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

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

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

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

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

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

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

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

{
"name": "@balena/sbvr-types",
"version": "7.1.0",
"version": "7.1.1-build-accept-date-eb03c8fb593fad76c74dad57a3d45625daf44d76-1",
"description": "SBVR type definitions.",

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

"versionist": {
"publishedAt": "2024-04-17T17:17:22.131Z"
"publishedAt": "2024-06-03T18:07:36.442Z"
}
}

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

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

@@ -15,0 +15,0 @@

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

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

@@ -15,0 +15,0 @@

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

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

@@ -15,0 +15,0 @@

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