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.1.5 to 1.1.6

LICENSE

8

CHANGELOG.md

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

## [1.1.6](https://github.com/zcorky/zodash/compare/@zodash/reduce@1.1.5...@zodash/reduce@1.1.6) (2021-03-23)
**Note:** Version bump only for package @zodash/reduce
## [1.1.5](https://github.com/zcorky/zodash/compare/@zodash/reduce@1.1.4...@zodash/reduce@1.1.5) (2021-03-23)

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

2

lib/reduce.js

@@ -15,4 +15,4 @@ "use strict";

}
return Object.keys(obj).map(key => ([key, obj[key]]));
return Object.keys(obj).map((key) => [key, obj[key]]);
}
//# sourceMappingURL=reduce.js.map
{
"name": "@zodash/reduce",
"version": "1.1.5",
"version": "1.1.6",
"description": "Reduce an list of values to into a single value",

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

},
"gitHead": "670099dfcb70d1aeb4f4bce9a1fb019a1aedcfd9"
"gitHead": "36ae103b292f402d459b7c9eb6e63fe6ea93eb2b"
}

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