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

moog

Package Overview
Dependencies
Maintainers
12
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moog - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

index.js

@@ -73,3 +73,3 @@ const _ = require('lodash');

definition.extend = self.definitions[className];
definition.__meta.name = 'my-' + definition.__meta.name;
definition.__meta.name = self.originalToMy(definition.__meta.name);
} else {

@@ -76,0 +76,0 @@ // Extend the default base class by default, if any, unless

{
"name": "moog",
"version": "2.1.0",
"version": "2.1.1",
"description": "Moog provides powerful module subclassing.",

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

@@ -164,2 +164,4 @@ # moog

2.1.1: actually use the `originalToMy` utility when implicitly subclassing.
2.1.0: utilities to manipulate the `my-` prefix safely for type names with and without an npm namespace.

@@ -166,0 +168,0 @@

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