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

@casual-simulation/crypto

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casual-simulation/crypto - npm Package Compare versions

Comparing version 0.8.0 to 0.8.10

1

CryptoImpl.d.ts

@@ -91,1 +91,2 @@ /**

export declare type SigningCryptoKey = PrivateCryptoKey | PublicCryptoKey;
//# sourceMappingURL=CryptoImpl.d.ts.map

@@ -13,1 +13,2 @@ /// <reference types="node" />

export declare function getHashBuffer(obj: any): Buffer;
//# sourceMappingURL=Hash.d.ts.map

@@ -5,1 +5,2 @@ export * from './SignatureAlgorithm';

export * from './Hash';
//# sourceMappingURL=index.d.ts.map

4

package.json
{
"name": "@casual-simulation/crypto",
"version": "0.8.0",
"version": "0.8.10",
"description": "Crypto helpers used by AUX",

@@ -50,3 +50,3 @@ "keywords": [

},
"gitHead": "548882be17c9d2255b52d72735eb952cea26b881"
"gitHead": "4a9837d3f98baf659d6124bedca98a868dd1d589"
}

@@ -15,1 +15,2 @@ /**

export declare type ECDSA_SHA256_NISTP256 = 'ECDSA-SHA256-NISTP256';
//# sourceMappingURL=SignatureAlgorithm.d.ts.map

@@ -21,1 +21,2 @@ import { SigningCryptoImpl, PrivateCryptoKey, PublicCryptoKey, SigningCryptoKey } from '../CryptoImpl';

}
//# sourceMappingURL=TestCryptoImpl.d.ts.map

@@ -57,1 +57,2 @@ /**

export declare function parsePEM(pem: string, header: string, footer: string): ArrayBuffer;
//# sourceMappingURL=utils.d.ts.map
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