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

@hoepel.app/ddd-library

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hoepel.app/ddd-library - npm Package Compare versions

Comparing version 0.3.19 to 0.3.21

1

dist/command.d.ts

@@ -9,2 +9,3 @@ import { Message } from './message';

status: 'rejected';
reason?: string;
};

@@ -11,0 +12,0 @@ export declare type CommandAccepted = {

4

package.json
{
"name": "@hoepel.app/ddd-library",
"version": "0.3.19",
"version": "0.3.21",
"main": "dist/index.js",

@@ -15,3 +15,3 @@ "license": "GPL-3.0-or-later",

},
"gitHead": "6b8d279a450bf2ab632d908f1685d6405dea3c50"
"gitHead": "887b0c42607a4a4749b2a8341642f87cb6723ef8"
}

@@ -9,3 +9,3 @@ import { Message } from './message'

export type CommandRejected = { status: 'rejected' }
export type CommandRejected = { status: 'rejected'; reason?: string }
export type CommandAccepted = { status: 'accepted' }

@@ -12,0 +12,0 @@ export type CommandResult = CommandAccepted | CommandRejected

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