Socket
Socket
Sign inDemoInstall

@microsoft/sp-lodash-subset

Package Overview
Dependencies
3
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

17

CHANGELOG.json

@@ -5,2 +5,19 @@ {

{
"version": "1.1.0",
"tag": "@microsoft/sp-lodash-subset_v1.1.0",
"date": "Thu, 25 May 2017 21:09:42 GMT",
"comments": {
"minor": [
{
"comment": "Added fromPairs(), toPairs(), differenceBy(), differenceWith(), and trimStart() functions."
}
],
"dependency": [
{
"comment": "Updating dependency \"@ms/sp-build-internal-web\" from `~0.5.3` to `~0.6.0`"
}
]
}
},
{
"version": "1.0.0",

@@ -7,0 +24,0 @@ "tag": "@microsoft/sp-lodash-subset_v1.0.0",

9

CHANGELOG.md
# Change Log - @microsoft/sp-lodash-subset
This log was last generated on Wed, 22 Feb 2017 21:38:53 GMT and should not be manually modified.
This log was last generated on Tue, 06 Jun 2017 01:30:31 GMT and should not be manually modified.
## 1.1.0
Thu, 25 May 2017 21:09:42 GMT
### Minor changes
- Added fromPairs(), toPairs(), differenceBy(), differenceWith(), and trimStart() functions.
## 1.0.0

@@ -6,0 +13,0 @@ Fri, 17 Feb 2017 23:09:23 GMT

2

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

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

"componentType": "Library",
"version": "1.0.0",
"version": "1.1.0",
"manifestVersion": 2,

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

@@ -9,8 +9,11 @@ import assign = require('lodash/assign');

import difference = require('lodash/difference');
import differenceBy = require('lodash/differenceBy');
import differenceWith = require('lodash/differenceWith');
import each = require('lodash/each');
import escape = require('lodash/escape');
import extend = require('lodash/extend');
import escape = require('lodash/escape');
import findIndex = require('lodash/findIndex');
import flatten = require('lodash/flatten');
import forIn = require('lodash/forIn');
import fromPairs = require('lodash/fromPairs');
import get = require('lodash/get');

@@ -34,3 +37,5 @@ import has = require('lodash/has');

import toArray = require('lodash/toArray');
import toPairs = require('lodash/toPairs');
import trimEnd = require('lodash/trimEnd');
import trimStart = require('lodash/trimStart');
import truncate = require('lodash/truncate');

@@ -41,2 +46,2 @@ import unescape = require('lodash/unescape');

import without = require('lodash/without');
export { assign, camelCase, chunk, clone, cloneDeep, constant, debounce, difference, each, extend, escape, findIndex, flatten, forIn, get, has, invert, isElement, isEmpty, isEqual, keys, merge, noop, once, random, round, set, sortBy, sumBy, throttle, times, toArray, trimEnd, truncate, unescape, uniq, update, without };
export { assign, camelCase, chunk, clone, cloneDeep, constant, debounce, difference, differenceBy, differenceWith, each, escape, extend, findIndex, flatten, forIn, fromPairs, get, has, invert, isElement, isEmpty, isEqual, keys, merge, noop, once, random, round, set, sortBy, sumBy, throttle, times, toArray, toPairs, trimEnd, trimStart, truncate, unescape, uniq, update, without };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var assign = require("lodash/assign");

@@ -18,8 +19,12 @@ exports.assign = assign;

exports.difference = difference;
var differenceBy = require("lodash/differenceBy");
exports.differenceBy = differenceBy;
var differenceWith = require("lodash/differenceWith");
exports.differenceWith = differenceWith;
var each = require("lodash/each");
exports.each = each;
var escape = require("lodash/escape");
exports.escape = escape;
var extend = require("lodash/extend");
exports.extend = extend;
var escape = require("lodash/escape");
exports.escape = escape;
var findIndex = require("lodash/findIndex");

@@ -31,2 +36,4 @@ exports.findIndex = findIndex;

exports.forIn = forIn;
var fromPairs = require("lodash/fromPairs");
exports.fromPairs = fromPairs;
var get = require("lodash/get");

@@ -68,4 +75,8 @@ exports.get = get;

exports.toArray = toArray;
var toPairs = require("lodash/toPairs");
exports.toPairs = toPairs;
var trimEnd = require("lodash/trimEnd");
exports.trimEnd = trimEnd;
var trimStart = require("lodash/trimStart");
exports.trimStart = trimStart;
var truncate = require("lodash/truncate");

@@ -72,0 +83,0 @@ exports.truncate = truncate;

@@ -7,4 +7,4 @@ {

"componentType": "Library",
"version": "0.0.1",
"version": "*",
"manifestVersion": 2
}
{
"name": "@microsoft/sp-lodash-subset",
"version": "1.0.0",
"version": "1.1.0",
"description": "Essential lodash functions for SharePoint",

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

"devDependencies": {
"@ms/sp-build-internal-web": "~0.5.3",
"@ms/sp-build-internal-web": "~0.6.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc