Socket
Socket
Sign inDemoInstall

@microsoft/sp-lodash-subset

Package Overview
Dependencies
2
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.18.0-beta.2 to 1.18.0-beta.3

23

package.json
{
"name": "@microsoft/sp-lodash-subset",
"version": "1.18.0-beta.2",
"version": "1.18.0-beta.3",
"description": "Essential lodash functions for SharePoint",

@@ -10,3 +10,3 @@ "license": "https://aka.ms/spfx/license",

"devDependencies": {
"@rushstack/heft": "0.50.6",
"@rushstack/heft": "0.56.0",
"@rushstack/node-core-library": "3.59.4",

@@ -16,7 +16,7 @@ "lodash-cli": "~4.17.5",

"eslint": "8.7.0",
"@microsoft/sp-module-interfaces": "1.18.0-beta.2",
"@microsoft/spfx-heft-plugins": "1.18.0-beta.2",
"@microsoft/sp-module-interfaces": "1.18.0-beta.3",
"@microsoft/spfx-heft-next-plugins": "1.16.0-dev.219",
"@ms/size-auditor-interfaces": "0.1.0",
"@ms/spfx-internal-heft-plugins": "1.5.2",
"@odsp-web-tools/internal-node-rig": "0.1.0",
"@ms/spfx-internal-heft-next-plugins": "1.5.2",
"@odsp-web-tools/internal-node-next-rig": "0.1.0",
"@odsp-web-tools/jest-transformers": "0.1.0"

@@ -34,10 +34,9 @@ },

"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",
"test": "heft test",
"test-watch": "heft test-watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean",
"_phase:build-incremental": "heft run --only build --",
"_phase:depscan": "heft depscan"
}
}
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