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.4 to 0.0.5

4

lib/files.d.ts

@@ -54,2 +54,6 @@ /// <reference types="node" />

name: string;
/**
* The file's extension
*/
extension: string;
/***

@@ -56,0 +60,0 @@ * The full name of the node's parent

@@ -190,2 +190,3 @@ import fs from "node:fs";

name,
extension: path.extname(name),
parent,

@@ -192,0 +193,0 @@ fullName,

2

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

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

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