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

deborator

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deborator - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

deborator.js

2

index.ts

@@ -166,3 +166,3 @@ class DeboratorOptions {

for (const prop in instance) {
if (propsDone.indexOf(prop) < 0 && instance.hasOwnProperty(prop)) { //} && !c.prototype.hasOwnProperty(prop)) {
if (propsDone.indexOf(prop) < 0 && instance.hasOwnProperty(prop)) {
decorateFunction(instance, prop);

@@ -169,0 +169,0 @@ }

{
"name": "deborator",
"version": "1.0.9",
"version": "1.0.10",
"description": "a TypeScript decorator, to add console.log() to all methods and properties of a class.",

@@ -5,0 +5,0 @@ "main": "deborator.ts",

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