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.10 to 0.0.1-rcb.11

2

dist/bundler.esm.js

@@ -94,3 +94,3 @@ import * as path from 'path';

var NODE_MODULES_DIR = config.NODE_MODULES_DIR, DEPTH = config.DEPTH;
if (level === DEPTH + 2) {
if (level === DEPTH) {
return;

@@ -97,0 +97,0 @@ }

{
"name": "@depche/core",
"version": "0.0.1-rcb.10",
"version": "0.0.1-rcb.11",
"description": "",

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

@@ -18,3 +18,3 @@ import * as fs from "fs"

if (level === DEPTH + 2) {
if (level === DEPTH ) {
return

@@ -21,0 +21,0 @@ }

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