New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mr

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mr - npm Package Versions

1
7

0.14.2

Diff

Changelog

Source

0.14.2

  • Use overlays in config given to loadPackage.
stuk
published 0.14.1 •

Changelog

Source

0.14.1

  • Correct extension detection
stuk
published 0.14.0 •

Changelog

Source

0.14.0

  • Remove support for directories package.json property. Node ignores the property, and continuing to support it breaks compatibility
  • Remove support for package reflexive module names
  • Fix main linkage for relative identifiers. Previously, a package with a main property that started with "./" would be linked incorrectly.
  • Fix loading of modules with a .min.js extension
  • Don't block XHR for the file: protocol. Firefox and Safari allow it as long as requests remain within the HTML page's directory.
  • Add support for the browser property in package.json, as pioneered by Browserify
  • Add "sandbox", to inject dependencies into a module. Require with require("mr/sandbox")
published 0.13.4 •

Changelog

Source

0.13.4

  • Update Q from v0.9.6 to v0.9.7
  • Fix loading of bundles
  • Wait for preload to finish before issuing requests for modules that might be included in one of the bundles
stuk
published 0.13.3 •

Changelog

Source

0.13.3

  • Use config.read when running on Node
stuk
published 0.13.2 •

Changelog

Source

0.13.2

  • Use config.read to load package.json if given to loadPackage
stuk
published 0.13.1 •

Changelog

Source

0.13.1

  • Fix require.identify to work with cyclic package dependencies
stuk
published 0.13.0 •

Changelog

Source

0.13.0

  • Fix bootstrap stopping if document had finished loading.
  • Update to Q v0.9.6
  • Add more complete demo and split the readme into multiple documentation files.
stuk
published 0.12.14 •

Changelog

Source

0.12.14

  • Fix bug when loading dependencies that use script-injection which are not included in a preloading bundle. Before Mr would hang when waiting for them to load.
stuk
published 0.12.13 •

Changelog

Source

0.12.13

  • Fix bug in preloading, where isResolved was replaced with isPending in Q 0.9
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