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

reduce-function-call

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

reduce-function-call - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

CHANGELOG.md

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

14

package.json
{
"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

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