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

@hitorisensei/mutex-decorator

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hitorisensei/mutex-decorator - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@hitorisensei/mutex-decorator",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",

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

@@ -9,2 +9,14 @@ # Mutex Decorators Library

---
**NOTE**: This library is intended to be used by TypeScript projects. \
Projects must have the `experimentalDecorators` option enabled in the `tsconfig.json` file.
```json
{
"compilerOptions": {
"experimentalDecorators": true,
}
}
```
## Installation

@@ -11,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