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

@opensumi/ide-core-common

Package Overview
Dependencies
Maintainers
5
Versions
1586
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensumi/ide-core-common - npm Package Compare versions

Comparing version 2.13.5-next-1640588919.0 to 2.13.5-next-1640746503.0

2

lib/types/extension.d.ts

@@ -73,2 +73,4 @@ import { BasicEvent } from '../event-bus';

}
export declare class ExtensionDidContributes extends BasicEvent<void> {
}
//# sourceMappingURL=extension.d.ts.map

5

lib/types/extension.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExtensionActivateEvent = exports.ExtensionEnabledEvent = exports.asExtensionCandidate = exports.ExtensionConnectModeOption = exports.ExtensionCandidate = void 0;
exports.ExtensionDidContributes = exports.ExtensionActivateEvent = exports.ExtensionEnabledEvent = exports.asExtensionCandidate = exports.ExtensionConnectModeOption = exports.ExtensionCandidate = void 0;
const event_bus_1 = require("../event-bus");

@@ -28,2 +28,5 @@ class ExtensionCandidate {

exports.ExtensionActivateEvent = ExtensionActivateEvent;
class ExtensionDidContributes extends event_bus_1.BasicEvent {
}
exports.ExtensionDidContributes = ExtensionDidContributes;
//# sourceMappingURL=extension.js.map
{
"name": "@opensumi/ide-core-common",
"version": "2.13.5-next-1640588919.0",
"version": "2.13.5-next-1640746503.0",
"description": "@opensumi/ide-core-common",

@@ -30,3 +30,3 @@ "files": [

},
"gitHead": "b4b6ed8f142ec65bff97234846023d6421ef4031"
"gitHead": "9b0092eadbcdde269e28bce5a32b3d9571ec3b31"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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