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
3.1.0
to
4.0.0
+4
-3
api.ts

@@ -18,3 +18,4 @@ /* --------------------------------------------------------------------------------------------

v3 = 3, // 3.x.x
latest = v3
v4 = 4, // 4.x.x
latest = v4
}

@@ -155,3 +156,3 @@

*/
readonly intelliSenseMode: "msvc-x86" | "msvc-x64" | "gcc-x86" | "gcc-x64" | "clang-x86" | "clang-x64";
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,3 +162,3 @@ /**

*/
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";

@@ -164,0 +165,0 @@ /**

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

v3 = 3,
latest = 3
v4 = 4,
latest = 4
}

@@ -132,7 +133,7 @@ /**

*/
readonly intelliSenseMode: "msvc-x86" | "msvc-x64" | "gcc-x86" | "gcc-x64" | "clang-x86" | "clang-x64";
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";
/**
* The C or C++ standard to emulate.
*/
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";
/**

@@ -139,0 +140,0 @@ * Any files that need to be included before the source file is parsed.

@@ -25,3 +25,4 @@ /* --------------------------------------------------------------------------------------------

Version[Version["v3"] = 3] = "v3";
Version[Version["latest"] = 3] = "latest";
Version[Version["v4"] = 4] = "v4";
Version[Version["latest"] = 4] = "latest";
})(Version = exports.Version || (exports.Version = {}));

@@ -28,0 +29,0 @@ function isCppToolsExtension(extension) {

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

@@ -5,0 +5,0 @@ "typings": "./out/api.d.ts",