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

@zodash/reduce

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/reduce - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 1.0.21 (2020-09-18)
**Note:** Version bump only for package @zodash/reduce
## [1.0.20](https://github.com/zcorky/zodash/compare/@zodash/reduce@1.0.19...@zodash/reduce@1.0.20) (2019-12-24)

@@ -8,0 +16,0 @@

1

lib/reduce.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.reduce = void 0;
function reduce(value, fn, initailValue) {

@@ -4,0 +5,0 @@ return value.reduce(fn, initailValue);

4

package.json
{
"name": "@zodash/reduce",
"version": "1.0.20",
"version": "1.0.21",
"description": "Reduce an list of values to into a single value",

@@ -72,3 +72,3 @@ "keywords": [

},
"gitHead": "85faa88f04a8a8c2454a5274a6f29c602d8dc04d"
"gitHead": "dcbc4fffe9448cf235b5a8dabb09882e38535582"
}

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