Socket
Socket
Sign inDemoInstall

mime

Package Overview
Dependencies
0
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.2 to 2.4.3

types/other.js

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [2.4.3](https://github.com/broofa/node-mime/compare/v2.4.2...v2.4.3) (2019-05-15)
## [2.4.2](https://github.com/broofa/node-mime/compare/v2.4.1...v2.4.2) (2019-04-07)

@@ -7,0 +11,0 @@

2

package.json

@@ -44,3 +44,3 @@ {

},
"version": "2.4.2"
"version": "2.4.3"
}

@@ -50,3 +50,3 @@ #!/usr/bin/env node

function writeTypesFile(types, path) {
fs.writeFileSync(path, JSON.stringify(types));
fs.writeFileSync(path, 'module.exports = ' + JSON.stringify(types) + ';');
}

@@ -71,3 +71,3 @@

writeTypesFile(standard, path.join(__dirname, '../types', 'standard.json'));
writeTypesFile(other, path.join(__dirname, '../types', 'other.json'));
writeTypesFile(standard, path.join(__dirname, '../types', 'standard.js'));
writeTypesFile(other, path.join(__dirname, '../types', 'other.js'));
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc