Socket
Socket
Sign inDemoInstall

@tufjs/models

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tufjs/models - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

dist/utils/verify.d.ts

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

/// <reference types="node" />
import crypto from 'crypto';
import { JSONObject } from '../utils/types';
export declare const verifySignature: (metaDataSignedData: JSONObject, key: crypto.VerifyKeyObjectInput, signature: string) => boolean;

4

package.json
{
"name": "@tufjs/models",
"version": "2.0.0",
"version": "2.0.1",
"description": "TUF metadata models",

@@ -32,3 +32,3 @@ "main": "dist/index.js",

"@tufjs/canonical-json": "2.0.0",
"minimatch": "^9.0.3"
"minimatch": "^9.0.4"
},

@@ -35,0 +35,0 @@ "engines": {

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