Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

source-code-editor

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

source-code-editor - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/dependency.js

@@ -1,2 +0,2 @@

import { generateGraphVizConfig, } from "./graphviz";
import { generateGraphVizConfig, } from "./graphviz.js";
const MAX_UNIQUE_COLORS = 50;

@@ -3,0 +3,0 @@ export function createDependencyGraph() {

@@ -1,4 +0,4 @@

export * from "./files";
export * from "./dependency";
export * from "./graphviz";
export * from "./rsync";
export * from "./files.js";
export * from "./dependency.js";
export * from "./graphviz.js";
export * from "./rsync.js";
import fs from "node:fs";
import path from "node:path";
import { listAllFiles } from "./files";
import { listAllFiles } from "./files.js";
/**

@@ -5,0 +5,0 @@ * Mimicks the functionality of rsync using node (cross platform)

{
"name": "source-code-editor",
"version": "0.0.3",
"version": "0.0.4",
"description": "A collection of useful functions for manipulating files containing source code",

@@ -5,0 +5,0 @@ "repository": {

# source-code-editor
A collection of useful functions for programmatically manipulating text files including source code files
[See Wiki for details](https://github.com/tobes31415/source-code-editor/wiki)
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