Socket
Socket
Sign inDemoInstall

@microsoft/sp-lodash-subset

Package Overview
Dependencies
3
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

18

CHANGELOG.json

@@ -5,2 +5,20 @@ {

{
"version": "1.2.0",
"tag": "@microsoft/sp-lodash-subset_v1.2.0",
"date": "Fri, 25 Aug 2017 20:31:17 GMT",
"comments": {
"minor": [
{
"comment": "Use lockstep version for all SPFx packages"
},
{
"comment": "Add intersection function"
},
{
"comment": "Add uniqBy fuction"
}
]
}
},
{
"version": "1.1.0",

@@ -7,0 +25,0 @@ "tag": "@microsoft/sp-lodash-subset_v1.1.0",

11

CHANGELOG.md
# Change Log - @microsoft/sp-lodash-subset
This log was last generated on Tue, 06 Jun 2017 01:30:31 GMT and should not be manually modified.
This log was last generated on Fri, 25 Aug 2017 22:24:38 GMT and should not be manually modified.
## 1.2.0
Fri, 25 Aug 2017 20:31:17 GMT
### Minor changes
- Use lockstep version for all SPFx packages
- Add intersection function
- Add uniqBy fuction
## 1.1.0

@@ -6,0 +15,0 @@ Thu, 25 May 2017 21:09:42 GMT

2

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

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

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

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

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

import has = require('lodash/has');
import intersection = require('lodash/intersection');
import invert = require('lodash/invert');

@@ -43,4 +44,5 @@ import isElement = require('lodash/isElement');

import uniq = require('lodash/uniq');
import uniqBy = require('lodash/uniqBy');
import update = require('lodash/update');
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, invert, isElement, isEmpty, isEqual, keys, merge, noop, once, random, round, set, sortBy, sumBy, throttle, times, toArray, toPairs, trimEnd, trimStart, 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, 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 };

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

exports.has = has;
var intersection = require("lodash/intersection");
exports.intersection = intersection;
var invert = require("lodash/invert");

@@ -86,2 +88,4 @@ exports.invert = invert;

exports.uniq = uniq;
var uniqBy = require("lodash/uniqBy");
exports.uniqBy = uniqBy;
var update = require("lodash/update");

@@ -88,0 +92,0 @@ exports.update = update;

{
"$schema": "../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-component-manifest.schema.json",

@@ -4,0 +4,0 @@ "id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",

{
"name": "@microsoft/sp-lodash-subset",
"version": "1.1.0",
"version": "1.2.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.0",
"@ms/sp-build-internal-web": "~0.6.1",
"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