You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. I just made the fix, it's in v0.7.6.
FWIW -- I don't buy this "breaking change" thing. I suppose there might possibly be times when you have to release a breaking change. But this seems gratuitous to me.
Funny thing is that I have a perfectly good MIME translator function in daveutils, but I switched to use this package to be more Node-like. Oy.
Update: More trouble with the mime package. At random times, I'd get this error message in the log, after the server stopped running:
Object #<Mime> has no method 'getType'
It happened twice. I fixed it by reinstalling the app. The third time, I just replaced the package with the daveutils routine that does the same thing. One less dependency on a tiny package that believes in breaking changes.
lookup()
renamed togetType()
. https://www.npmjs.com/package/mimeShould we pin to v1.x or update? Glad to put a PR together. I've switched to
getType()
in it seems to work FWIW.The text was updated successfully, but these errors were encountered: