Socket
Socket
Sign inDemoInstall

mixin-decorator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixin-decorator - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "mixin-decorator",
"version": "1.0.3",
"version": "1.0.4",
"description": "A decorator for mixins that doesn't overwrite existing methods",

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

@@ -20,3 +20,3 @@ # Mixin Decorator

// behaviors/hello.js
export const hello = {
const hello = {
hello(){

@@ -26,2 +26,4 @@ console.log("hello world")

}
export default hello
```

@@ -28,0 +30,0 @@

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