Socket
Socket
Sign inDemoInstall

@microsoft/sp-lodash-subset

Package Overview
Dependencies
Maintainers
2
Versions
94
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 0.4.0 to 0.5.1

4

CHANGELOG.md

@@ -19,2 +19,6 @@ > ## Overview

# 0.5.1
*Changes not tracked*
# 0.4.0

@@ -21,0 +25,0 @@

2

dist/73e1dc6c-8441-42cc-ad47-4bd3659f8a3a.manifest.json
{
"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
"alias": "sp-lodash-subset",
"alias": "SPLodashSubset",
"componentType": "Library",

@@ -5,0 +5,0 @@ "version": "0.0.1",

@@ -22,3 +22,5 @@ declare const camelCase: typeof _.camelCase;

declare const random: typeof _.random;
declare const round: typeof _.round;
declare const sortBy: typeof _.sortBy;
declare const sumBy: typeof _.sumBy;
declare const times: typeof _.times;

@@ -31,2 +33,2 @@ declare const trimEnd: typeof _.trimEnd;

declare const without: typeof _.without;
export { camelCase, chunk, clone, cloneDeep, constant, difference, each, extend, escape, findIndex, flatten, forIn, get, has, isElement, isEqual, keys, merge, noop, once, random, sortBy, times, trimEnd, truncate, unescape, uniq, update, without };
export { camelCase, chunk, clone, cloneDeep, constant, difference, each, extend, escape, findIndex, flatten, forIn, get, has, isElement, isEqual, keys, merge, noop, once, random, round, sortBy, sumBy, times, trimEnd, truncate, unescape, uniq, update, without };

@@ -44,4 +44,8 @@ "use strict";

exports.random = random;
var round = require('lodash/round');
exports.round = round;
var sortBy = require('lodash/sortBy');
exports.sortBy = sortBy;
var sumBy = require('lodash/sumBy');
exports.sumBy = sumBy;
var times = require('lodash/times');

@@ -48,0 +52,0 @@ exports.times = times;

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

"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
"alias": "sp-lodash-subset",
"alias": "SPLodashSubset",
"componentType": "Library",

@@ -8,0 +8,0 @@ "version": "0.0.1",

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

@@ -20,2 +20,2 @@ "license": "SEE LICENSE IN LICENSE.docx",

}
}
}

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

Sorry, the diff of this file is not supported yet

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