reduce-function-call
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,5 @@ | ||
# 1.0.3 - 2019-09-12 | ||
- Bump `balanced-match` dependency version to 1.0.0 | ||
# 1.0.2 - 2016-11-28 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "reduce-function-call", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Reduce function calls in a string, using a callback", | ||
@@ -27,18 +27,12 @@ "keywords": [ | ||
"dependencies": { | ||
"balanced-match": "^0.4.2" | ||
"balanced-match": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"jscs": "^2.0.0", | ||
"jshint": "^2.8.0", | ||
"jshint-stylish": "^2.0.1", | ||
"npmpub": "^3.1.0", | ||
"tap-colorize": "^1.2.0", | ||
"npmpub": "^4.1.0", | ||
"tape": "^4.0.3" | ||
}, | ||
"scripts": { | ||
"jscs": "jscs *.js **/*.js", | ||
"jshint": "jshint . --exclude node_modules --reporter node_modules/jshint-stylish/index.js", | ||
"test": "npm run jscs && npm run jshint && tape test | tap-colorize", | ||
"test": "tape test", | ||
"release": "npmpub" | ||
} | ||
} |
@@ -1,8 +0,14 @@ | ||
# reduce-function-call [![Build Status](https://travis-ci.org/MoOx/reduce-function-call.png)](https://travis-ci.org/MoOx/reduce-function-call) | ||
# reduce-function-call [![Build Status](https://travis-ci.org/MoOx/reduce-function-call.svg?branch=master)](https://travis-ci.org/MoOx/reduce-function-call) | ||
> Reduce function calls in a string, using a callback | ||
--- | ||
[Professionally supported reduce-function-call is now available](https://tidelift.com/subscription/pkg/npm-reduce-function-call?utm_source=npm-reduce-function-call&utm_medium=referral&utm_campaign=readme) | ||
--- | ||
## Installation | ||
```bash | ||
```console | ||
npm install reduce-function-call | ||
@@ -62,3 +68,3 @@ ``` | ||
```bash | ||
```console | ||
git clone https://github.com/MoOx/reduce-function-call.git | ||
@@ -70,4 +76,15 @@ git checkout -b patch-1 | ||
--- | ||
## [Changelog](CHANGELOG.md) | ||
## [License](LICENSE-MIT) | ||
## [License](LICENSE) | ||
--- | ||
## Security contact information | ||
To report a security vulnerability, please use the | ||
[Tidelift security contact](https://tidelift.com/security). Tidelift will | ||
coordinate the fix and disclosure. | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6140
2
89
+ Addedbalanced-match@1.0.2(transitive)
- Removedbalanced-match@0.4.2(transitive)
Updatedbalanced-match@^1.0.0