Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@balena/sbvr-types

Package Overview
Dependencies
Maintainers
4
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 3.1.2 to 3.1.3-improve-sha-types-e7e86f33f8e8c420dd634fd1310bc8104c9651c7

5

CHANGELOG.md

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

# v3.1.3
## (2020-12-11)
* Improve types for `SHA` [Pagan Gazzard]
# v3.1.2

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

4

out/index.d.ts

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

};
SHA: SbvrType & {
validateSync: (value: string) => string;
compare: (str: string, hash: string) => Promise<boolean>;
};
};
export = _default;

6

package.json
{
"name": "@balena/sbvr-types",
"version": "3.1.2",
"version": "3.1.3-improve-sha-types-e7e86f33f8e8c420dd634fd1310bc8104c9651c7",
"description": "SBVR type definitions.",

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

"coffeescript": "^2.5.1",
"husky": "^4.3.0",
"lint-staged": "^10.5.2",
"husky": "^4.3.5",
"lint-staged": "^10.5.3",
"lodash": "^4.17.20",

@@ -38,0 +38,0 @@ "mocha": "^8.2.1",

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

};
SHA: SbvrType & {
validateSync: (value: string) => string;
compare: (str: string, hash: string) => Promise<boolean>;
};
[fieldType: string]: SbvrType;
};

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