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 1.16.0-rc.0 to 1.16.0

27

package.json
{
"name": "@microsoft/sp-lodash-subset",
"version": "1.16.0-rc.0",
"version": "1.16.0",
"description": "Essential lodash functions for SharePoint",

@@ -9,2 +9,13 @@ "license": "https://aka.ms/spfx/license",

"typings": "lib/index.d.ts",
"devDependencies": {
"@microsoft/sp-module-interfaces": "1.16.0",
"@microsoft/spfx-heft-plugins": "1.16.0",
"@ms/size-auditor-interfaces": "0.1.0",
"@ms/spfx-internal-heft-plugins": "1.5.2",
"@odsp-web-tools/internal-node-rig": "0.1.0",
"@odsp-web-tools/jest-transformers": "0.1.0",
"@rushstack/heft": "0.47.11",
"@rushstack/node-core-library": "3.52.0",
"lodash-cli": "~4.17.5"
},
"dependencies": {

@@ -14,6 +25,16 @@ "@types/lodash": "4.14.117",

},
"scripts": {},
"engines": {
"node": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.13.0 <17.0.0"
},
"scripts": {
"build": "heft test --clean",
"clean": "heft clean",
"test": "heft test --no-build",
"test-watch": "heft test --watch",
"build-watch": "heft build --lite",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build",
"_phase:build-incremental": "heft build --lite",
"_phase:depscan": "heft depscan"
}
}
}
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