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 3.0.0 to 3.0.1-7fe37d01-b19

6

dist/constants.d.ts
import { IAsymmetricEncryptOptions, IHashOptions, ISymmetricEncryptOptions } from './index';
export declare enum IAsymmetricEncryptionType {
'RSA-KSM' = "RSA-KSM",
'RSA-KSM' = "RSA-KSM"
}

@@ -10,3 +10,3 @@ export declare enum IHashType {

'sha512' = "sha512",
'md5' = "md5",
'md5' = "md5"
}

@@ -32,3 +32,3 @@ export declare enum ISymmetricEncryptionType {

'DES-ECB' = "DES-ECB",
'DES-CBC' = "DES-CBC",
'DES-CBC' = "DES-CBC"
}

@@ -35,0 +35,0 @@ export declare type ISecurityType = IAsymmetricEncryptionType | ISymmetricEncryptionType | IHashType;

{
"name": "@essential-projects/security_service_contracts",
"version": "3.0.0",
"version": "3.0.1-7fe37d01-b19",
"description": "Interfaces for the security_service",

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

"build": "gulp build",
"prepare": "npm run build && npm run build-schemas && npm run build-doc",
"prepare": "npm run build",
"build-doc": "gulp doc",

@@ -12,0 +12,0 @@ "build-schemas": "gulp typescript-schema",

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