New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@node-libraries/semaphore

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-libraries/semaphore - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/cjs/index.d.ts

14

package.json
{
"name": "@node-libraries/semaphore",
"version": "1.0.2",
"main": "dist/index.js",
"version": "1.0.3",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
},
"license": "MIT",

@@ -11,7 +16,8 @@ "description": "Implement virtual semaphore for asynchronous processing",

"scripts": {
"build": "tsc -b",
"build": "tsc && tsc -p ./tsconfig.esm.json && cpy esm dist",
"lint": "eslint --fix"
},
"devDependencies": {
"typescript": "^5.1.3"
"cpy-cli": "^5.0.0",
"typescript": "^5.3.2"
},

@@ -18,0 +24,0 @@ "repository": "https://github.com/node-libraries/semaphore",

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