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

mr

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mr - npm Package Compare versions

Comparing version 0.13.2 to 0.13.3

4

CHANGES.md

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

### 0.13.3
- Use `config.read` when running on Node
### 0.13.2

@@ -2,0 +6,0 @@

2

node.js

@@ -85,3 +85,3 @@

return function (location, module) {
return Require.read(location)
return config.read(location)
.then(function (text) {

@@ -88,0 +88,0 @@ module.type = "javascript";

{
"name": "mr",
"version": "0.13.2",
"version": "0.13.3",
"description": "A refresh-only CommonJS module system for browsers, used in Montage",

@@ -15,3 +15,4 @@ "keywords": [

"scripts": {
"test": "node spec/phantom.js && jshint ."
"test": "jasmine-node spec/node-spec.js && node spec/phantom.js && jshint .",
"integration": "mop-integration"
},

@@ -36,3 +37,5 @@ "bin": {

"q-io": "~1.6.4",
"jshint": "~2.1.4"
"jshint": "~2.1.4",
"jasmine-node": "~1.10.2",
"mop-integration": "git://github.com/montagejs/mop-integration.git#master"
},

@@ -39,0 +42,0 @@ "exclude": [

Sorry, the diff of this file is not supported yet

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