Socket
Socket
Sign inDemoInstall

moog-require

Package Overview
Dependencies
Maintainers
12
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moog-require - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

badges/npm-audit-badge.png

2

index.js

@@ -139,3 +139,3 @@ var async = require('async');

// multiple references to my-foo which is ambiguous
result.__meta.name = 'my-' + originalType;
result.__meta.name = self.originalToMy(originalType);
}

@@ -142,0 +142,0 @@ return result;

{
"name": "moog-require",
"version": "1.1.1",
"version": "1.2.0",
"description": "moog-require extends moog with support for type definitions in local files and npm modules.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -351,2 +351,4 @@ [![Build Status](https://travis-ci.org/punkave/moog-require.svg?branch=master)](https://travis-ci.org/punkave/moog-require)

1.2.0: use `originalToMy` to handle moog class names with npm namespaces in them.
1.1.1: use `importFresh` to avoid bugs when two instances of `moog-require` are

@@ -353,0 +355,0 @@ loading the same module definitions. Previously if modules created by

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