Socket
Socket
Sign inDemoInstall

async-replace-with-limit

Package Overview
Dependencies
1
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 2.0.0

35

package.json
{
"name": "async-replace-with-limit",
"version": "1.1.0",
"version": "2.0.0",
"description": "Run replace on a string and update it asynchronous",
"keywords": [
"string",
"async",
"replace"
],
"repository": {
"type": "git",
"url": "git://github.com/bjrmatos/async-replace.git"
},
"license": "MIT",
"author": "David Björklund <david.bjorklund@gmail.com>",
"main": "async-replace.js",

@@ -9,4 +20,7 @@ "directories": {

},
"scripts": {
"test": "tap test/*.js"
},
"dependencies": {
"async": "^1.4.2"
"async": "3.2.3"
},

@@ -16,16 +30,5 @@ "devDependencies": {

},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/kesla/async-replace.git"
},
"keywords": [
"string",
"async",
"replace"
],
"author": "David Björklund <david.bjorklund@gmail.com>",
"license": "MIT"
"engines": {
"node": ">=16.11"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc