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

@common-stack/client-react

Package Overview
Dependencies
Maintainers
1
Versions
317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/client-react - npm Package Compare versions

Comparing version 0.0.14-4 to 0.0.14-5

1

lib/connector/connector.d.ts

@@ -9,2 +9,3 @@ import * as React from 'react';

getDataRoot(root: any): any;
registerLanguages(monaco: any): void;
}

@@ -137,2 +137,7 @@ module.exports =

}
registerLanguages(monaco) {
for (const func of this.languagesFuncs) {
func(monaco);
}
}
}

@@ -139,0 +144,0 @@ exports.Feature = Feature;

8

package.json
{
"name": "@common-stack/client-react",
"version": "0.0.14-4",
"version": "0.0.14-5",
"description": "browser plugin for git",

@@ -62,5 +62,5 @@ "main": "lib/index.js",

"dependencies": {
"@common-stack/client-core": "^0.0.14-4",
"@common-stack/client-redux": "^0.0.14-4",
"@common-stack/core": "^0.0.14-4"
"@common-stack/client-core": "^0.0.14-5",
"@common-stack/client-redux": "^0.0.14-5",
"@common-stack/core": "^0.0.14-5"
},

@@ -67,0 +67,0 @@ "devDependencies": {

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