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

mime

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mime - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

1

dist/src/index_lite.js

@@ -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

8

package.json

@@ -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"

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