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

@depche/core

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@depche/core - npm Package Compare versions

Comparing version 0.0.1-rcb.5 to 0.0.1-rcb.6

2

package.json
{
"name": "@depche/core",
"version": "0.0.1-rcb.5",
"version": "0.0.1-rcb.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/bundler.cjs",

@@ -30,3 +30,3 @@ type Config = {

coreHook(config: Config): DepGraph;
postHook(callback: (depGraph: DepGraph) => any): any;
postHook(callback: (config:Config, depGraph: DepGraph) => any): any;
lifeCycle(): DepGraph;

@@ -33,0 +33,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