New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@essential-projects/security_service_contracts

Package Overview
Dependencies
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@essential-projects/security_service_contracts - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0-7ff94bcd-b2

doc/api.json

2

dist/isecurity_service.d.ts

@@ -13,2 +13,4 @@ import { IAsymmetricEncryptionType, IDecryptOptions, IEncryptOptions, IHashType, ISymmetricEncryptionType } from './constants';

secureCompare(a: string, b: string, options: IEncryptOptions): Promise<boolean>;
getPublicKeyForIdentity(identity: string): string;
getPrivateKeyForIdentity(identity: string): string;
}

2

package.json
{
"name": "@essential-projects/security_service_contracts",
"version": "2.0.0",
"version": "2.1.0-7ff94bcd-b2",
"description": "Interfaces for the security_service",

@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js",

@@ -246,2 +246,22 @@ {

]
},
"getPublicKeyForIdentity": {
"type": "object",
"parameters": [
{
"name": "identity",
"type": "string"
}
],
"returnType": "string"
},
"getPrivateKeyForIdentity": {
"type": "object",
"parameters": [
{
"name": "identity",
"type": "string"
}
],
"returnType": "string"
}

@@ -259,2 +279,4 @@ },

"getHash",
"getPrivateKeyForIdentity",
"getPublicKeyForIdentity",
"secureCompare"

@@ -261,0 +283,0 @@ ],

@@ -25,2 +25,4 @@ import {

secureCompare(a: string, b: string, options: IEncryptOptions): Promise<boolean>;
getPublicKeyForIdentity(identity: string): string;
getPrivateKeyForIdentity(identity: string): string;
}
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