Comparing version 4.0.5 to 4.0.6
@@ -5,2 +5,1 @@ import standardTypes from '../types/standard.js'; | ||
export default new Mime(standardTypes)._freeze(); | ||
//# sourceMappingURL=index_lite.js.map |
@@ -6,2 +6,1 @@ import otherTypes from '../types/other.js'; | ||
export default new Mime(standardTypes, otherTypes)._freeze(); | ||
//# sourceMappingURL=index.js.map |
@@ -67,2 +67,1 @@ #!/usr/bin/env node | ||
} | ||
//# sourceMappingURL=mime_cli.js.map |
@@ -85,2 +85,1 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) { | ||
export default Mime; | ||
//# sourceMappingURL=Mime.js.map |
@@ -702,2 +702,1 @@ const types = { | ||
export default types; | ||
//# sourceMappingURL=other.js.map |
@@ -355,2 +355,1 @@ const types = { | ||
export default types; | ||
//# sourceMappingURL=standard.js.map |
@@ -47,9 +47,9 @@ { | ||
"scripts": { | ||
"build": "npm run build:clean && tsc", | ||
"build:clean": "rm -fr dist", | ||
"build": "rm -fr dist && tsc", | ||
"build:types": "node dist/scripts/build.js", | ||
"build:watch": "npm run build:clean && tsc --watch", | ||
"build:watch": "npm run build -- --watch", | ||
"lint": "prettier -c .", | ||
"lint:fix": "prettier -w .", | ||
"prepack": "npm run build", | ||
"pretest": "npm run build", | ||
"prepublishOnly": "npm test", | ||
@@ -72,3 +72,3 @@ "test": "node --test && ./test/exports_test.sh", | ||
}, | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"funding": [ | ||
@@ -75,0 +75,0 @@ "https://github.com/sponsors/broofa" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
0
105887
22