Socket
Socket
Sign inDemoInstall

core-decorators

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-decorators - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "core-decorators",
"version": "0.0.5",
"version": "0.0.6",
"description": "Library of ES7 decorators inspired by languages that come with built-ins like @override, @deprecated, etc",

@@ -5,0 +5,0 @@ "main": "src/core-decorators.js",

@@ -20,3 +20,3 @@ import { decorate } from './private/utils';

console.warn(`DEPRECATION ${methodSignature}: ${msg}`);
return descriptor.value(...arguments);
return descriptor.value.apply(this, arguments);
}

@@ -23,0 +23,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