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.34.1 to 1.34.2

7

csolution-api-v1.d.ts

@@ -170,2 +170,9 @@ /*

/**
* Creates a new Csolution with git initialised and vcpkg configured in the location provided.
* The URI must be an HTTPS URL to a zip archive, containing a csolution or µVision project.
* Shows a modal offering to open the created solution.
*/
createSolutionFromUri(sourceUri: Uri, dirLocation: Uri): Promise<void>;
/**
* Build a csolution, sending output to a terminal.

@@ -172,0 +179,0 @@ * @param buildOptions Absolute path to the csolution (required), and optional context to build

2

package.json
{
"name": "@arm-software/vscode-cmsis-csolution",
"version": "1.34.1",
"version": "1.34.2",
"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