Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/sp-top-actions

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/sp-top-actions - npm Package Compare versions

Comparing version 1.17.4 to 1.18.0-beta.1

dist/sp-top-actions_none_73fd93fa1224f76c64f4.js

4

dist/d5c7f2a5-a8e2-431c-9161-70d4d6396f79.manifest.json

@@ -6,3 +6,3 @@ {

"componentType": "Library",
"version": "1.17.4",
"version": "1.18.0",
"loaderConfig": {

@@ -16,3 +16,3 @@ "internalModuleBaseUrls": [

"type": "path",
"path": "sp-top-actions_none_dce9959b0bd55ccbadc9.js"
"path": "sp-top-actions_none_73fd93fa1224f76c64f4.js"
}

@@ -19,0 +19,0 @@ }

@@ -13,2 +13,3 @@ import type * as React_2 from 'react';

readonly topActions: ITopActionsField[];
/* Excluded from this release type: coachmarks */
/**

@@ -57,2 +58,4 @@ * Triggered once the top action configuration state has been executed for the specified property path

/* Excluded from this release type: ITopActionsCoachmark */
/**

@@ -59,0 +62,0 @@ * TopActions Dropdown option props.

@@ -13,2 +13,3 @@ import type * as React_2 from 'react';

readonly topActions: ITopActionsField[];
/* Excluded from this release type: coachmarks */
/**

@@ -57,2 +58,4 @@ * Triggered once the top action configuration state has been executed for the specified property path

/* Excluded from this release type: ITopActionsCoachmark */
/**

@@ -59,0 +62,0 @@ * TopActions Dropdown option props.

@@ -13,2 +13,3 @@ import type * as React_2 from 'react';

readonly topActions: ITopActionsField[];
/* Excluded from this release type: coachmarks */
/**

@@ -57,2 +58,4 @@ * Triggered once the top action configuration state has been executed for the specified property path

/* Excluded from this release type: ITopActionsCoachmark */
/**

@@ -59,0 +62,0 @@ * TopActions Dropdown option props.

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.34.4"
"packageVersion": "7.35.1"
}
]
}
{
"name": "@microsoft/sp-top-actions",
"version": "1.17.4",
"version": "1.18.0-beta.1",
"description": "SharePoint Framework support for the web part top actions user interface.",

@@ -11,19 +11,20 @@ "license": "https://aka.ms/spfx/license",

"devDependencies": {
"@rushstack/heft": "0.49.7",
"@rushstack/heft": "0.51.0",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"@ms/spfx-internal-web-build-rig": "0.1.0",
"@odsp-web-tools/internal-node-rig": "0.1.0"
"@ms/spfx-internal-web-build-next-rig": "0.1.0"
},
"scripts": {
"build": "heft test --clean",
"build": "heft build --clean",
"clean": "heft clean",
"deploy": "heft dev-deploy",
"start": "heft start --clean",
"test": "heft test --no-build",
"build-watch": "heft build --lite",
"_phase:build": "heft build --clean",
"_phase:build-incremental": "heft build --lite",
"_phase:depscan": "heft depscan"
"start": "heft build-watch --serve",
"test-watch": "heft test-watch",
"tab": "heft tab",
"tablink": "heft tablink",
"_phase:build": "heft run --only build -- --clean",
"_phase:build-incremental": "heft run --only build --",
"_phase:depscan": "heft depscan",
"_phase:tablink": "heft tablink"
}
}
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