Socket
Socket
Sign inDemoInstall

@microsoft/sp-lodash-subset

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/sp-lodash-subset - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "1.3.0",
"tag": "@microsoft/sp-lodash-subset_v1.3.0",
"date": "Fri, 22 Sep 2017 20:19:09 GMT",
"comments": {
"minor": [
{
"comment": "Introduce `groupBy` to lodash-subset."
}
]
}
},
{
"version": "1.2.0",

@@ -7,0 +19,0 @@ "tag": "@microsoft/sp-lodash-subset_v1.2.0",

9

CHANGELOG.md
# Change Log - @microsoft/sp-lodash-subset
This log was last generated on Fri, 25 Aug 2017 22:24:38 GMT and should not be manually modified.
This log was last generated on Fri, 22 Sep 2017 21:14:03 GMT and should not be manually modified.
## 1.3.0
Fri, 22 Sep 2017 20:19:09 GMT
### Minor changes
- Introduce `groupBy` to lodash-subset.
## 1.2.0

@@ -6,0 +13,0 @@ Fri, 25 Aug 2017 20:31:17 GMT

2

dist/73e1dc6c-8441-42cc-ad47-4bd3659f8a3a.manifest.json

@@ -5,3 +5,3 @@ {

"componentType": "Library",
"version": "1.2.0",
"version": "1.3.0",
"manifestVersion": 2,

@@ -8,0 +8,0 @@ "loaderConfig": {

{
"kind": "package",
"name": "@microsoft/sp-lodash-subset",
"summary": [],

@@ -4,0 +5,0 @@ "remarks": [],

@@ -19,2 +19,3 @@ import assign = require('lodash/assign');

import get = require('lodash/get');
import groupBy = require('lodash/groupBy');
import has = require('lodash/has');

@@ -47,2 +48,2 @@ import intersection = require('lodash/intersection');

import without = require('lodash/without');
export { assign, camelCase, chunk, clone, cloneDeep, constant, debounce, difference, differenceBy, differenceWith, each, escape, extend, findIndex, flatten, forIn, fromPairs, get, has, intersection, invert, isElement, isEmpty, isEqual, keys, merge, noop, once, random, round, set, sortBy, sumBy, throttle, times, toArray, toPairs, trimEnd, trimStart, truncate, unescape, uniq, uniqBy, update, without };
export { assign, camelCase, chunk, clone, cloneDeep, constant, debounce, difference, differenceBy, differenceWith, each, escape, extend, findIndex, flatten, forIn, fromPairs, get, groupBy, has, intersection, invert, isElement, isEmpty, isEqual, keys, merge, noop, once, random, round, set, sortBy, sumBy, throttle, times, toArray, toPairs, trimEnd, trimStart, truncate, unescape, uniq, uniqBy, update, without };

@@ -39,2 +39,4 @@ "use strict";

exports.get = get;
var groupBy = require("lodash/groupBy");
exports.groupBy = groupBy;
var has = require("lodash/has");

@@ -41,0 +43,0 @@ exports.has = has;

{
"name": "@microsoft/sp-lodash-subset",
"version": "1.2.0",
"version": "1.3.0",
"description": "Essential lodash functions for SharePoint",

@@ -10,3 +10,3 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER",

"devDependencies": {
"@ms/sp-build-internal-web": "~0.6.1",
"@ms/sp-build-internal-web": "~0.7.0",
"gulp": "~3.9.1"

@@ -13,0 +13,0 @@ },

Sorry, the diff of this file is too big to display

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