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.5.0-date-time-range-eeb01c0a7d62748a2272cc72df1b336b0599b34f

out/types/date-time-range.d.ts

5

CHANGELOG.md

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

# v3.5.0
## (2022-04-11)
* Add 'Date Time Range' type [Pagan Gazzard]
# v3.4.7

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

2

out/index.js

@@ -9,2 +9,3 @@ "use strict";

const DateTime = require("./types/date-time");
const DateTimeRange = require("./types/date-time-range");
const File = require("./types/file");

@@ -29,2 +30,3 @@ const ForeignKey = require("./types/foreign-key");

'Date Time': DateTime,
'Date Time Range': DateTimeRange,
Date,

@@ -31,0 +33,0 @@ File,

4

package.json
{
"name": "@balena/sbvr-types",
"version": "3.4.7",
"version": "3.5.0-date-time-range-eeb01c0a7d62748a2272cc72df1b336b0599b34f",
"description": "SBVR type definitions.",

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

"versionist": {
"publishedAt": "2022-04-08T13:42:41.513Z"
"publishedAt": "2022-04-11T12:16:20.266Z"
}
}

@@ -10,2 +10,3 @@ import type { SbvrType } from './type-utils';

import * as DateTime from './types/date-time';
import * as DateTimeRange from './types/date-time-range';
import * as File from './types/file';

@@ -31,2 +32,3 @@ import * as ForeignKey from './types/foreign-key';

'Date Time': DateTime,
'Date Time Range': DateTimeRange,
Date,

@@ -33,0 +35,0 @@ File,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet