@medusajs/utils
Advanced tools
Comparing version 1.9.6-snapshot-20230810121138 to 1.9.6-snapshot-20230814153423
export * from "./bundles"; | ||
export * from "./cli"; | ||
export * from "./common"; | ||
@@ -4,0 +3,0 @@ export * from "./decorators"; |
@@ -18,3 +18,2 @@ "use strict"; | ||
__exportStar(require("./bundles"), exports); | ||
__exportStar(require("./cli"), exports); | ||
__exportStar(require("./common"), exports); | ||
@@ -21,0 +20,0 @@ __exportStar(require("./decorators"), exports); |
{ | ||
"name": "@medusajs/utils", | ||
"version": "1.9.6-snapshot-20230810121138", | ||
"version": "1.9.6-snapshot-20230814153423", | ||
"description": "Medusa utilities functions shared by Medusa core and Modules", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@medusajs/types": "1.10.2-snapshot-20230810121138", | ||
"@medusajs/types": "1.10.2-snapshot-20230814153423", | ||
"@types/express": "^4.17.17", | ||
@@ -33,3 +33,2 @@ "cross-env": "^5.2.1", | ||
"awilix": "^8.0.1", | ||
"glob": "^7.1.6", | ||
"ulid": "^2.3.0" | ||
@@ -41,4 +40,4 @@ }, | ||
"watch": "tsc --build --watch", | ||
"test": "jest" | ||
"test": "jest --runInBand --bail --forceExit" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
10
204054
199
3433
- Removedglob@^7.1.6
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedwrappy@1.0.2(transitive)