Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gedit/resource

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gedit/resource - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

lib/common/resource.d.ts

@@ -97,3 +97,3 @@ /********************************************************************************

export declare const ResourceProvider: unique symbol;
export declare type ResourceProvider = (uri: URI) => Promise<Resource>;
export type ResourceProvider = (uri: URI) => Promise<Resource>;
export declare class DefaultResourceProvider {

@@ -100,0 +100,0 @@ protected readonly resolversProvider: ContributionProvider<ResourceResolver>;

{
"name": "@gedit/resource",
"version": "0.2.7",
"version": "0.2.8",
"license": "MIT",

@@ -12,4 +12,4 @@ "main": "lib/common/index",

"dependencies": {
"@gedit/application-common": "^0.2.7",
"@gedit/utils": "^0.2.7",
"@gedit/application-common": "^0.2.8",
"@gedit/utils": "^0.2.8",
"vscode-languageserver-protocol": "^3.15.3"

@@ -32,3 +32,3 @@ },

},
"gitHead": "5fd2e0b75c7fa4c5972e56d59dd00d7fce84f11a"
"gitHead": "0d2ac4eadcab052623caaedf2b658065129b2129"
}

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