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

@balena/sbvr-types

Package Overview
Dependencies
Maintainers
1
Versions
225
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

to
3.4.8-flowzone-f7e06b65458ca726e06ac08a8feead9dc4f76962

.github/workflows/flowzone.yml

5

CHANGELOG.md

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

# v3.4.8
## (2022-10-14)
* Switch from balenaCI to flowzone [Pagan Gazzard]
# v3.4.7

@@ -9,0 +14,0 @@ ## (2022-04-08)

2

out/type-utils.d.ts

@@ -40,3 +40,3 @@ export interface DatabaseTypeFn {

};
text: (length?: number | undefined) => {
text: (length?: number) => {
(value: any, required: true): Promise<string>;

@@ -43,0 +43,0 @@ (value: undefined | null, required: false): Promise<null>;

{
"name": "@balena/sbvr-types",
"version": "3.4.7",
"version": "3.4.8-flowzone-f7e06b65458ca726e06ac08a8feead9dc4f76962",
"description": "SBVR type definitions.",

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

"versionist": {
"publishedAt": "2022-04-08T13:42:41.513Z"
"publishedAt": "2022-10-14T16:22:39.500Z"
}
}

Sorry, the diff of this file is not supported yet