Socket
Socket
Sign inDemoInstall

@kwooshung/files

Package Overview
Dependencies
17
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

10

package.json
{
"name": "@kwooshung/files",
"version": "1.0.6",
"version": "1.0.7",
"title": "files",

@@ -29,9 +29,9 @@ "description": "A convenient and efficient library for file operations.",

"type": "module",
"main": "dist/files.cjs",
"module": "dist/files.mjs",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/files.cjs",
"import": "./dist/files.mjs",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"

@@ -38,0 +38,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc