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

files-from-path

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

files-from-path - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

cjs/src/index.browser.js

18

package.json
{
"name": "files-from-path",
"version": "1.0.2",
"version": "1.0.4",
"description": "Expand paths to file-like objects with name, readable stream and size.",
"main": "src/index.js",
"main": "./cjs/src/index.js",
"types": "./types/index.d.ts",
"type": "module",
"author": "vasco-santos",
"license": "Apache-2.0 OR MIT",
"scripts": {
"prepare": "npm run build",
"build": "npm run build:js && npm run build:types",

@@ -30,4 +28,5 @@ "build:js": "ipjs build --main && npm run build:copy",

".": {
"browser": "./src/index.browser.js",
"import": "./src/index.js"
"browser": "./esm/src/index.browser.js",
"require": "./cjs/src/index.js",
"import": "./esm/src/index.js"
}

@@ -49,3 +48,8 @@ },

"node": ">=18"
},
"browser": {
".": "./cjs/src/index.browser.js",
"./esm/src/index.js": "./esm/src/index.browser.js",
"./cjs/src/index.js": "./cjs/src/index.browser.js"
}
}
}
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