Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.0 to 1.2.0

7

csolution-api-v1.d.ts

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

build(buildOptions: BuildOptions): Promise<void>;
/**
* Clean a csolution
* @param buildOptions Absolute path to the csolution (required), and optional context to build
* @returns Promise that resolves if the clean succeeds, or rejects if it fails or the build tools cannot be found
*/
clean(buildOptions: Omit<BuildOptions, 'rebuild'>): Promise<void>;
}

2

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