files-from-path
Advanced tools
Comparing version
{ | ||
"name": "files-from-path", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Match provided glob paths to file objects with readable stream", | ||
"main": "src/index.js", | ||
"main": "./cjs/src/index.js", | ||
"types": "./types/index.d.ts", | ||
@@ -14,11 +14,5 @@ "typesVersions": { | ||
}, | ||
"files": [ | ||
"src", | ||
"dist" | ||
], | ||
"type": "module", | ||
"author": "vasco-santos", | ||
"license": "(Apache-2.0 AND MIT)", | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "npm run build:js && npm run build:types", | ||
@@ -51,3 +45,13 @@ "build:js": "ipjs build --main && npm run build:copy", | ||
"typescript": "^4.3.5" | ||
}, | ||
"browser": { | ||
".": "./cjs/src/index.js" | ||
}, | ||
"exports": { | ||
".": { | ||
"browser": "./esm/src/index.js", | ||
"require": "./cjs/src/index.js", | ||
"import": "./esm/src/index.js" | ||
} | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3
-25%16828
-28.04%13
-18.75%457
-22.93%No
NaN