Socket
Socket
Sign inDemoInstall

@semcore/portal

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/portal - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [2.2.0] - 2021-02-16
### Added
- Added supported react-dom@17.
## [2.1.0] - 2020-12-17

@@ -7,0 +13,0 @@

1

lib/cjs/index.js

@@ -21,2 +21,3 @@ "use strict";

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _Portal[key]) return;
Object.defineProperty(exports, key, {

@@ -23,0 +24,0 @@ enumerable: true,

4

package.json
{
"name": "@semcore/portal",
"description": "SEMRush Portal Component",
"version": "2.1.0",
"version": "2.2.0",
"main": "lib/cjs/index.js",

@@ -20,3 +20,3 @@ "module": "lib/es6/index.js",

"react": "16.8 - 17",
"react-dom": "^16.8"
"react-dom": "16.8 - 17"
},

@@ -23,0 +23,0 @@ "jest": {

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