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
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 9.0.1 to 9.0.2-build-interface-types-29de4665e63bd4b5f1cfe75d3018ec29e10c1889-1

7

CHANGELOG.md

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

# v9.0.2
## (2024-09-04)
* Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis]
# v9.0.1
## (2024-08-02)
## (2024-08-05)

@@ -11,0 +16,0 @@ * Update @balena/lint to v8.2.7 [Josh Bowling]

4

out/index.d.ts

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

export { WebResource as WebResourceType } from './types/web-resource';
export type Types = {
export interface Types {
'Big Integer': BigInteger.Types;

@@ -48,3 +48,3 @@ 'Big Serial': BigSerial.Types;

WebResource: WebResource.Types;
};
}
declare const _default: {

@@ -51,0 +51,0 @@ 'Big Integer': typeof BigInteger;

{
"name": "@balena/sbvr-types",
"version": "9.0.1",
"version": "9.0.2-build-interface-types-29de4665e63bd4b5f1cfe75d3018ec29e10c1889-1",
"description": "SBVR type definitions.",

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

"versionist": {
"publishedAt": "2024-08-02T22:49:48.742Z"
"publishedAt": "2024-09-04T08:36:04.305Z"
}
}

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

export type Types = {
export interface Types {
'Big Integer': BigInteger.Types;

@@ -53,3 +53,3 @@ 'Big Serial': BigSerial.Types;

WebResource: WebResource.Types;
};
}

@@ -56,0 +56,0 @@ export default {

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