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 4.0.0-build-4-x-50dfd2d5d5cdbf7a0c2adb132934e4cf7233106e-1 to 4.0.0-build-4-x-54920d701a7aa4890c27801fc5cc6b9d74ece21c-1

out/types/big-serial.d.ts

7

CHANGELOG.md

@@ -8,3 +8,3 @@ # Change Log

# v4.0.0
## (2022-12-20)
## (2023-04-26)

@@ -16,2 +16,7 @@ * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]

# v3.5.0
## (2023-03-21)
* Add Big Serial type [Josh Bowling]
# v3.4.19

@@ -18,0 +23,0 @@ ## (2022-12-08)

"use strict";
const BigInteger = require("./types/big-integer");
const BigSerial = require("./types/big-serial");
const Boolean = require("./types/boolean");

@@ -23,2 +24,3 @@ const CaseInsensitiveText = require("./types/case-insensitive-text");

'Big Integer': BigInteger,
'Big Serial': BigSerial,
Boolean,

@@ -25,0 +27,0 @@ 'Case Insensitive Text': CaseInsensitiveText,

7

package.json
{
"name": "@balena/sbvr-types",
"version": "4.0.0-build-4-x-50dfd2d5d5cdbf7a0c2adb132934e4cf7233106e-1",
"version": "4.0.0-build-4-x-54920d701a7aa4890c27801fc5cc6b9d74ece21c-1",
"description": "SBVR type definitions.",

@@ -55,7 +55,8 @@ "main": "out",

"engines": {
"node": ">=16.13.0"
"node": ">=16.13.0",
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2022-12-20T16:00:02.567Z"
"publishedAt": "2023-04-26T12:40:09.806Z"
}
}
import type { SbvrType } from './type-utils';
import * as BigInteger from './types/big-integer';
import * as BigSerial from './types/big-serial';
import * as Boolean from './types/boolean';

@@ -25,2 +26,3 @@ import * as CaseInsensitiveText from './types/case-insensitive-text';

'Big Integer': BigInteger,
'Big Serial': BigSerial,
Boolean,

@@ -27,0 +29,0 @@ 'Case Insensitive Text': CaseInsensitiveText,

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