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

decorator-decorator

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decorator-decorator - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

package.json
{
"name": "decorator-decorator",
"version": "0.1.2",
"description": "A decorator to turn classes into decorators",
"version": "0.1.3",
"description": "An ES7 decorator to turn classes into decorators",
"main": "build/index.js",

@@ -6,0 +6,0 @@ "scripts": {

# decorator-decorator
An ES7 decorator to create decorators
An ES7 decorator to turn classes into decorators

@@ -27,2 +27,8 @@ ## Installation

// now you can use Foo as decorator
@Foo
class Bar {
}
```
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