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
3
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.3.0-current-time-3ca9bbf73049d1e67b15bdd6580ea93c38b7b7cf

5

CHANGELOG.md

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

# v3.3.0
## (2021-02-05)
* Add a `Current Time` name that can be used to refer to the current time [Pagan Gazzard]
# v3.2.0

@@ -9,0 +14,0 @@ ## (2021-01-29)

3

out/types/date-time.d.ts

@@ -10,2 +10,5 @@ export declare const types: {

export declare const fetchProcessing: (data: any) => any;
export declare const nativeNames: {
'Current Time': string[];
};
export declare const validate: {

@@ -12,0 +15,0 @@ (value: any, required: true): Promise<Date>;

5

out/types/date-time.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.validate = exports.fetchProcessing = exports.types = void 0;
exports.validate = exports.nativeNames = exports.fetchProcessing = exports.types = void 0;
const TypeUtils = require("../type-utils");

@@ -20,3 +20,6 @@ exports.types = {

exports.fetchProcessing = fetchProcessing;
exports.nativeNames = {
'Current Time': ['Now'],
};
exports.validate = TypeUtils.validate.date;
//# sourceMappingURL=date-time.js.map
{
"name": "@balena/sbvr-types",
"version": "3.2.0",
"version": "3.3.0-current-time-3ca9bbf73049d1e67b15bdd6580ea93c38b7b7cf",
"description": "SBVR type definitions.",

@@ -27,15 +27,15 @@ "main": "out",

"devDependencies": {
"@balena/lint": "^5.3.0",
"@types/lodash": "^4.14.165",
"@balena/lint": "^5.4.0",
"@types/lodash": "^4.14.168",
"bluebird": "^3.7.2",
"chai": "^4.2.0",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-datetime": "^1.7.0",
"coffeescript": "^2.5.1",
"husky": "^4.3.5",
"lint-staged": "^10.5.3",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"lodash": "^4.17.20",
"mocha": "^8.2.1",
"require-npm4-to-publish": "^1.0.0",
"typescript": "^4.1.2"
"typescript": "^4.1.3"
},

@@ -42,0 +42,0 @@ "husky": {

@@ -19,2 +19,6 @@ import * as TypeUtils from '../type-utils';

export const nativeNames = {
'Current Time': ['Now'],
};
export const validate = TypeUtils.validate.date;

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