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

@codingame/monaco-vscode-a2719803-af40-5ae9-a29f-8a2231c33056-common

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/monaco-vscode-a2719803-af40-5ae9-a29f-8a2231c33056-common - npm Package Compare versions

Comparing version 13.0.0 to 13.1.0

17

package.json
{
"name": "@codingame/monaco-vscode-a2719803-af40-5ae9-a29f-8a2231c33056-common",
"version": "13.0.0",
"version": "13.1.0",
"private": false,

@@ -17,16 +17,5 @@ "description": "VSCode public API plugged on the monaco editor - common package (edit-sessions, extension-gallery, extensions, storage, user-data-profile, user-data-sync)",

"type": "module",
"dependencies": {},
"peerDependencies": {
"@codingame/monaco-vscode-api": "13.0.0",
"@codingame/monaco-vscode-039b5553-0838-562a-97c2-30d6e54a7b42-common": "13.0.0",
"@codingame/monaco-vscode-56402b83-4a60-5b15-86f9-71fe99c32744-common": "13.0.0"
"dependencies": {
"@codingame/monaco-vscode-api": "13.1.0"
},
"peerDependenciesMeta": {
"@codingame/monaco-vscode-039b5553-0838-562a-97c2-30d6e54a7b42-common": {
"optional": true
},
"@codingame/monaco-vscode-56402b83-4a60-5b15-86f9-71fe99c32744-common": {
"optional": true
}
},
"exports": {

@@ -33,0 +22,0 @@ ".": {

4

vscode/src/vs/platform/userDataSync/common/abstractSynchronizer.js

@@ -213,3 +213,3 @@

throw ( new UserDataSyncError(( localize(
2226,
2244,
"Cannot sync {0} as its local version {1} is not compatible with its remote version {2}",

@@ -576,3 +576,3 @@ this.resource,

throw ( new UserDataSyncError(( localize(
2227,
2245,
"Cannot parse sync data as it is not compatible with the current version."

@@ -579,0 +579,0 @@ )), UserDataSyncErrorCode.IncompatibleRemoteContent, this.resource));

@@ -134,3 +134,3 @@

throw ( new Error(( localize(
2241,
2259,
"Cannot read machines data as the current version is incompatible. Please update {0} and try again.",

@@ -137,0 +137,0 @@ this.productService.nameLong

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