New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arm-software/vscode-cmsis-csolution

Package Overview
Dependencies
Maintainers
4
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arm-software/vscode-cmsis-csolution - npm Package Compare versions

Comparing version 1.2.3 to 1.3.0

17

csolution-api-experimental.d.ts

@@ -38,2 +38,14 @@ /*

export type HardwareAndToolchainInfo = {
buildContext: BuildContext;
projectPath: string;
compiler: string;
device: { name: string, vendor: string };
processorName: string,
fpu: string,
mpu: string,
endian: string,
secure: string,
}
export interface ExperimentalCsolutionApi {

@@ -69,2 +81,7 @@ /**

getBuildTypes(): Promise<BuildTypeInfo[]>;
/**
* Get the hardware and toolchain for all build contexts in the active solution.
*/
getHardwareAndToolchainInfo(): Promise<HardwareAndToolchainInfo[]>;
}

2

package.json
{
"name": "@arm-software/vscode-cmsis-csolution",
"version": "1.2.3",
"version": "1.3.0",
"description": "API for the Arm.cmsis-csolution VS Code extension",

@@ -5,0 +5,0 @@ "types": "csolution.d.ts",

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