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
1
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.4.19-build-web-resource-2-64513c8594bee5b7bf3f269a0b40efef66d8f9e9-1

out/storage-adapters/index.d.ts

5

CHANGELOG.md

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

# v3.4.19
## (2022-11-28)
* Add type WebResource [Ramiro González Maciel]
# v3.4.18

@@ -9,0 +14,0 @@ ## (2022-11-25)

2

out/index.js

@@ -21,2 +21,3 @@ "use strict";

const Time = require("./types/time");
const WebResource = require("./types/web-resource");
module.exports = {

@@ -42,3 +43,4 @@ 'Big Integer': BigInteger,

Time,
WebResource,
};
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@balena/sbvr-types",
"version": "3.4.18",
"version": "3.4.19-build-web-resource-2-64513c8594bee5b7bf3f269a0b40efef66d8f9e9-1",
"description": "SBVR type definitions.",

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

"versionist": {
"publishedAt": "2022-11-25T17:40:59.379Z"
"publishedAt": "2022-11-28T02:24:30.262Z"
}
}

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

import * as Time from './types/time';
import * as WebResource from './types/web-resource';

@@ -44,2 +45,3 @@ export = {

Time,
WebResource,
} as {

@@ -46,0 +48,0 @@ Hashed: SbvrType & {

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