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

run-exclusive

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-exclusive - npm Package Compare versions

Comparing version 2.2.13 to 2.2.14

src/lib/runExclusive.ts

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### **2.2.14** (2020-08-27)
- Do not use .ts files as types definition, use .d.ts files instead #4
### **2.2.12** (2020-08-10)

@@ -2,0 +6,0 @@

8

package.json
{
"name": "run-exclusive",
"version": "2.2.13",
"version": "2.2.14",
"description": "Generate functions that do not allow parallel executions",

@@ -10,3 +10,3 @@ "repository": {

"main": "lib/runExclusive.js",
"types": "lib/runExclusive.ts",
"types": "lib/runExclusive.d.ts",
"author": "u/garronej",

@@ -26,3 +26,3 @@ "license": "MIT",

"dependencies": {
"minimal-polyfills": "^2.1.4"
"minimal-polyfills": "^2.1.5"
},

@@ -44,4 +44,4 @@ "devDependencies": {

"bundle.min.js",
"lib/runExclusive.ts"
"src/lib/runExclusive.ts"
]
}

Sorry, the diff of this file is not supported yet

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