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

amd-name-resolver

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amd-name-resolver - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

11

index.js
var ensurePosix = require('ensure-posix-path');
var hash = require('object-hash');

@@ -67,2 +68,12 @@ /**

// broccoli-babel-transpiler caching
moduleResolve.cacheKey = function() {
return hash(options);
};
moduleResolve.baseDir = function() {
return __dirname;
};
// parallel API - enable parallel babel transpilation for the moduleResolve function

@@ -69,0 +80,0 @@ moduleResolve._parallelBabel = {

12

package.json
{
"name": "amd-name-resolver",
"version": "1.2.0",
"version": "1.2.1",
"description": "AMD module name resolver algorithm",

@@ -23,8 +23,12 @@ "main": "index.js",

"broccoli-babel-transpiler": "^5.7.1",
"chai": "^3.0.0",
"mocha": "^2.2.5"
"chai": "^4.1.2",
"mocha": "^5.2.0"
},
"dependencies": {
"ensure-posix-path": "^1.0.1"
"ensure-posix-path": "^1.0.1",
"object-hash": "^1.3.1"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
}
}
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