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

@app-config/encryption

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-config/encryption - npm Package Compare versions

Comparing version 2.8.6 to 2.8.7

2

dist/encryption.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" />

import { EncryptedSymmetricKey } from '@app-config/meta';
export declare type Key = pgp.key.Key & {
export type Key = pgp.key.Key & {
keyName?: string;

@@ -8,0 +8,0 @@ };

@@ -5,3 +5,3 @@ /// <reference types="node" />

import { EncryptedSymmetricKey } from '@app-config/meta';
export declare type Key = pgp.key.Key & {
export type Key = pgp.key.Key & {
keyName?: string;

@@ -8,0 +8,0 @@ };

@@ -16,4 +16,4 @@ import { Json } from '@app-config/utils';

}, import("@lcdev/ws-rpc").EventVariants<never, any>>;
export declare type Server = typeof common.Connection;
export declare type Client = typeof common.Connection;
export type Server = typeof common.Connection;
export type Client = typeof common.Connection;
export declare function startAgent(socketOrPortOverride?: number | string, privateKeyOverride?: Key): Promise<Server>;

@@ -20,0 +20,0 @@ export declare function connectAgent(closeTimeoutMs?: number, socketOrPortOverride?: number | string, loadEncryptedKey?: typeof loadSymmetricKey): Promise<{

@@ -16,4 +16,4 @@ import { Json } from '@app-config/utils';

}, import("@lcdev/ws-rpc").EventVariants<never, any>>;
export declare type Server = typeof common.Connection;
export declare type Client = typeof common.Connection;
export type Server = typeof common.Connection;
export type Client = typeof common.Connection;
export declare function startAgent(socketOrPortOverride?: number | string, privateKeyOverride?: Key): Promise<Server>;

@@ -20,0 +20,0 @@ export declare function connectAgent(closeTimeoutMs?: number, socketOrPortOverride?: number | string, loadEncryptedKey?: typeof loadSymmetricKey): Promise<{

{
"name": "@app-config/encryption",
"description": "Secret value encryption for @app-config",
"version": "2.8.6",
"version": "2.8.7",
"license": "MPL-2.0",

@@ -33,9 +33,9 @@ "author": {

"dependencies": {
"@app-config/core": "^2.8.6",
"@app-config/extension-utils": "^2.8.6",
"@app-config/logging": "^2.8.6",
"@app-config/meta": "^2.8.6",
"@app-config/node": "^2.8.6",
"@app-config/settings": "^2.8.6",
"@app-config/utils": "^2.8.6",
"@app-config/core": "^2.8.7",
"@app-config/extension-utils": "^2.8.7",
"@app-config/logging": "^2.8.7",
"@app-config/meta": "^2.8.7",
"@app-config/node": "^2.8.7",
"@app-config/settings": "^2.8.7",
"@app-config/utils": "^2.8.7",
"@lcdev/ws-rpc": "0.4",

@@ -46,3 +46,3 @@ "@types/openpgp": "4",

"openpgp": "^4.3.0",
"selfsigned": "1",
"selfsigned": "2",
"text-encoding-utf-8": "1",

@@ -52,3 +52,3 @@ "ws": "^7.4.6"

"devDependencies": {
"@app-config/test-utils": "^2.8.6",
"@app-config/test-utils": "^2.8.7",
"get-port": "5"

@@ -55,0 +55,0 @@ },

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