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
318
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.147 to 0.0.148

lib/__tests__/dataIdFromObject.test.d.ts

1

lib/connector/connector.d.ts

@@ -16,2 +16,3 @@ /// <reference types="react" />

registerLanguages(monaco: any): void;
getDataIdFromObject(result: any): any;
}

@@ -104,2 +104,3 @@ module.exports =

const utils_1 = __webpack_require__(/*! ../utils */ "./src/utils/index.ts");
const lodash_1 = __webpack_require__(/*! lodash */ "lodash");
class Feature extends client_core_1.AbstractFeature {

@@ -158,2 +159,6 @@ constructor() {

}
getDataIdFromObject(result) {
const dataIdFromObject = lodash_1.merge(...this.dataIdFromObject);
return dataIdFromObject[result.type](result);
}
}

@@ -433,2 +438,13 @@ exports.Feature = Feature;

/***/ "lodash":
/*!*************************!*\
!*** external "lodash" ***!
\*************************/
/*! no static exports found */
/***/ (function(module, exports) {
module.exports = require("lodash");
/***/ }),
/***/ "react":

@@ -435,0 +451,0 @@ /*!************************!*\

8

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

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

"dependencies": {
"@common-stack/client-core": "^0.0.147",
"@common-stack/client-redux": "^0.0.147",
"@common-stack/core": "^0.0.147"
"@common-stack/client-core": "^0.0.148",
"@common-stack/client-redux": "^0.0.148",
"@common-stack/core": "^0.0.148"
},

@@ -64,0 +64,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