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

omni-file

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omni-file - npm Package Compare versions

Comparing version 1.2.5 to 1.3.1

7

dist/index.d.ts

@@ -125,2 +125,7 @@ /**

};
/**
* Represents a list of icon names
* @example ["nodejs", "python", "docker"]
*/
type IconListJSON = string[];

@@ -201,2 +206,2 @@ declare const icons: IconsJSON;

export { type ExtensionMapJSON, type FileNamesMapJSON, type IconsJSON, type LanguageData, type LanguageWithIconsData, type LanguagesJSON, type LanguagesWithIconsJSON, extensionMap, fileNamesMap, getBaseFilenameFromRelativePath, getExtensionsFromRelativePath, getIcon, getIconList, getLanguage, icons, iconsLight, languages };
export { type ExtensionMapJSON, type FileNamesMapJSON, type IconListJSON, type IconsJSON, type LanguageData, type LanguageWithIconsData, type LanguagesJSON, type LanguagesWithIconsJSON, extensionMap, fileNamesMap, getBaseFilenameFromRelativePath, getExtensionsFromRelativePath, getIcon, getIconList, getLanguage, icons, iconsLight, languages };

2

package.json
{
"name": "omni-file",
"version": "1.2.5",
"version": "1.3.1",
"description": "You got a filename/foldername we got all its info: icon, category, type, extensions, mime type, color, and more...",

@@ -5,0 +5,0 @@ "homepage": "https://codyadam.github.io/omni-file/",

@@ -118,3 +118,3 @@ # omni-file

![TypeScript](https://github.com/CodyAdam/omni-file/raw/main/public/icons/typescript.svg)
<img src="https://github.com/CodyAdam/omni-file/raw/main/public/icons/typescript.svg" alt="TypeScript" width="64" height="64">

@@ -121,0 +121,0 @@ ### Example using raw data

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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