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

@alfalab/core-components-portal

Package Overview
Dependencies
Maintainers
17
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfalab/core-components-portal - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0

Component.d.ts

17

package.json
{
"name": "@alfalab/core-components-portal",
"version": "2.1.1",
"version": "3.0.0",
"description": "Portal component",
"keywords": [],
"license": "MIT",
"main": "dist/index.js",
"module": "./dist/esm/index.js",
"files": [
"dist"
],
"main": "index.js",
"module": "./esm/index.js",
"scripts": {
"postinstall": "node -e \"if (require('fs').existsSync('./dist/send-stats.js')){require('./dist/send-stats.js')} \""
"postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
},
"publishConfig": {
"access": "public"
"access": "public",
"directory": "dist"
},

@@ -21,4 +19,3 @@ "peerDependencies": {

"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"gitHead": "4d6c8965d07839e339b370bb7c92bd7f9e24b1f3"
}
}
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