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

mime-lite

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mime-lite - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.github/workflows/build.yml

14

package.json
{
"name": "mime-lite",
"version": "1.0.2",
"version": "1.0.3",
"description": "Standard mime types for JavaScript",

@@ -8,7 +8,7 @@ "main": "src/index.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "c8 uvu tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ASaiAnudeep/mime-lite.git"
"url": "git+https://github.com/pactumjs/mime-lite.git"
},

@@ -22,5 +22,9 @@ "keywords": [

"bugs": {
"url": "https://github.com/ASaiAnudeep/mime-lite/issues"
"url": "https://github.com/pactumjs/mime-lite/issues"
},
"homepage": "https://github.com/ASaiAnudeep/mime-lite#readme"
"homepage": "https://github.com/pactumjs/mime-lite#readme",
"devDependencies": {
"c8": "^7.12.0",
"uvu": "^0.5.6"
}
}

@@ -1,1 +0,1 @@

module.exports = {"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": ["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"]}
module.exports = {"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": ["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"]}
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