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.5
to
1.0.6
+1
-1
module.d.ts

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

*/
export function init(options?: { local: boolean }): void;
export function init(options?: { local?: boolean }): void;

@@ -17,0 +17,0 @@ /**

{
"name": "dguard",
"version": "1.0.5",
"version": "1.0.6",
"main": "index.js",

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

@@ -31,3 +31,3 @@ # DGuard

```bash
npm i @point3/dguard
npm i dguard
```

@@ -34,0 +34,0 @@