Socket
Socket
Sign inDemoInstall

101

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

101 - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

package.json
{
"name": "101",
"version": "1.6.0",
"version": "1.6.1",
"description": "common javascript utils that can be required selectively that assume es5+",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -53,3 +53,3 @@ /**

setObj = {};
keypather.set(setObj, key, val);
setObj[key] = val
return putKeypaths(obj, setObj); // extends original

@@ -56,0 +56,0 @@ }

@@ -331,2 +331,3 @@ ![101](http://i.imgur.com/MFrmMt6.png)

```js
var groupBy = require('101/group-by');
var arr = [

@@ -333,0 +334,0 @@ {id: 1, foo: 'bar'},

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc