New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

vscode-cpptools

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-cpptools - npm Package Compare versions

Comparing version
4.0.0
to
4.0.1
+7
-5
api.ts

@@ -155,3 +155,5 @@ /* --------------------------------------------------------------------------------------------

*/
readonly intelliSenseMode: "msvc-x86" | "msvc-x64" | "msvc-arm" | "msvc-arm64" | "gcc-x86" | "gcc-x64" | "gcc-arm" | "gcc-arm64" | "clang-x86" | "clang-x64" | "clang-arm" | "clang-arm64";
readonly intelliSenseMode: "msvc-x86" | "msvc-x64" | "msvc-arm" | "msvc-arm64" |
"gcc-x86" | "gcc-x64" | "gcc-arm" | "gcc-arm64" |
"clang-x86" | "clang-x64" | "clang-arm" | "clang-arm64";

@@ -161,4 +163,4 @@ /**

*/
readonly standard: "c89" | "c99" | "c11" | "c18" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" | "gnu89" | "gnu99" | "gnu11" | "gnu18" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20";
readonly standard: "c89" | "c99" | "c11" | "c18" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" |
"gnu89" | "gnu99" | "gnu11" | "gnu18" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20";
/**

@@ -237,4 +239,4 @@ * Any files that need to be included before the source file is parsed.

*/
readonly standard?: "c89" | "c99" | "c11" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20";
readonly standard?: "c89" | "c99" | "c11" | "c18" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" |
"gnu89" | "gnu99" | "gnu11" | "gnu18" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20";
/**

@@ -241,0 +243,0 @@ * The version of the Windows SDK that should be used. This field defaults to the latest Windows SDK

@@ -201,3 +201,3 @@ import * as vscode from 'vscode';

*/
readonly standard?: "c89" | "c99" | "c11" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20";
readonly standard?: "c89" | "c99" | "c11" | "c18" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" | "gnu89" | "gnu99" | "gnu11" | "gnu18" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20";
/**

@@ -204,0 +204,0 @@ * The version of the Windows SDK that should be used. This field defaults to the latest Windows SDK

{
"name": "vscode-cpptools",
"version": "4.0.0",
"version": "4.0.1",
"description": "Public API for vscode-cpptools",

@@ -13,3 +13,3 @@ "typings": "./out/api.d.ts",

"typescript": "^2.5.3",
"vscode": "^1.1.35",
"vscode": "^1.1.37",
"vscode-jsonrpc": "3.5.0"

@@ -16,0 +16,0 @@ },