Socket
Socket
Sign inDemoInstall

@alfalab/core-components-loader

Package Overview
Dependencies
6
Maintainers
17
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 3.0.0

Component.d.ts

17

package.json
{
"name": "@alfalab/core-components-loader",
"version": "2.2.1",
"version": "3.0.0",
"description": "Loader 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"
},

@@ -24,4 +22,3 @@ "peerDependencies": {

"classnames": "^2.3.1"
},
"gitHead": "4d6c8965d07839e339b370bb7c92bd7f9e24b1f3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc