Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

dguard

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dguard - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
module.d.ts

@@ -10,3 +10,3 @@ declare module 'dguard' {

export function init(options: { local: boolean }): void;
export function init(options?: { local: boolean }): void;
export function encrypt(tableName: string, columnName: string, value: string): Promise<string>;

@@ -13,0 +13,0 @@ export function decrypt(tableName: string, columnName: string, value: string): Promise<string>;

{
"name": "dguard",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "module.d.ts",