Socket
Socket
Sign inDemoInstall

hwcrypto-ts

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

5

lib/index.d.ts

@@ -1,5 +0,4 @@

import { Observable } from 'rxjs';
export interface Hwcrypto {
getCertificate(options: SigningOptions): Observable<Certificate>;
sign(certificate: Certificate, hash: SignatureHash, options?: SigningOptions): Observable<Signature>;
getCertificate(options: SigningOptions): Promise<Certificate>;
sign(certificate: Certificate, hash: SignatureHash, options?: SigningOptions): Promise<Signature>;
}

@@ -6,0 +5,0 @@ export interface SigningOptions {

{
"name": "hwcrypto-ts",
"version": "1.0.1",
"version": "1.0.2",
"description": "hwcrypto-js port for TypeScript",

@@ -29,4 +29,3 @@ "main": "lib/index.js",

"dependencies": {
"hwcrypto-js": "0.0.12",
"rxjs": "^6.5.2"
"hwcrypto-js": "0.0.12"
},

@@ -33,0 +32,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc