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.2 to 5.0.0-build-export-default-6cd01340e0fee46833942691fce5a9f6a42ac104-1

5

CHANGELOG.md

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

# v5.0.0
## (2023-05-16)
* Switch from `export =` to `export default` [Pagan Gazzard]
# v4.0.2

@@ -9,0 +14,0 @@ ## (2023-05-03)

4

out/index.d.ts

@@ -0,1 +1,3 @@

import type { SbvrType } from './type-utils';
export type { SbvrType };
import * as BigInteger from './types/big-integer';

@@ -43,2 +45,2 @@ import * as BigSerial from './types/big-serial';

};
export = _default;
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const BigInteger = require("./types/big-integer");

@@ -22,3 +23,3 @@ const BigSerial = require("./types/big-serial");

const Time = require("./types/time");
module.exports = {
exports.default = {
'Big Integer': BigInteger,

@@ -25,0 +26,0 @@ 'Big Serial': BigSerial,

{
"name": "@balena/sbvr-types",
"version": "4.0.2",
"version": "5.0.0-build-export-default-6cd01340e0fee46833942691fce5a9f6a42ac104-1",
"description": "SBVR type definitions.",

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

"versionist": {
"publishedAt": "2023-05-03T11:37:17.824Z"
"publishedAt": "2023-05-16T15:53:20.452Z"
}
}
import type { SbvrType } from './type-utils';
export type { SbvrType };

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

export = {
export default {
'Big Integer': BigInteger,

@@ -27,0 +28,0 @@ 'Big Serial': BigSerial,

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