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.2 to 0.1.0

index.d.ts

6

CHANGELOG.md
# @depche/core
## 0.1.0
### Minor Changes
- sdfsf
## 0.0.2

@@ -4,0 +10,0 @@

4

package.json
{
"name": "@depche/core",
"version": "0.0.2",
"version": "0.1.0",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./src/index.d.ts",
"types": "./index.d.ts",
"type": "module",

@@ -9,0 +9,0 @@ "keywords": [],

import * as fs from "fs";
import * as path from "path";
import DepGraph from "../DepGraph";
import { Config } from "..";
import { Config } from "../../index";

@@ -6,0 +6,0 @@ const depGraph: DepGraph = new DepGraph();

@@ -11,3 +11,3 @@ /**

import { isFileExists } from "../utils";
import { Config } from "..";
import { Config } from "../../index";

@@ -14,0 +14,0 @@ const CWD = process.cwd();

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