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
4
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 3.1.0 to 3.2.0-date-time-range-ffcb476b1760471793edcffc3eb53fe66b8d6048

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

7

CHANGELOG.md

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

# v3.2.0
## (2020-07-01)
* Add 'Date Time Range' type [Pagan Gazzard]
# v3.1.0
## (2020-06-18)
## (2020-06-17)

@@ -11,0 +16,0 @@ * Update dependencies [Pagan Gazzard]

@@ -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,

2

package.json
{
"name": "@balena/sbvr-types",
"version": "3.1.0",
"version": "3.2.0-date-time-range-ffcb476b1760471793edcffc3eb53fe66b8d6048",
"description": "SBVR type definitions.",

@@ -5,0 +5,0 @@ "main": "out",

@@ -8,2 +8,3 @@ import * as BigInteger from './types/big-integer';

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

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

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

@@ -46,0 +48,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

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