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

@alfalab/core-components-amount-input

Package Overview
Dependencies
Maintainers
17
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfalab/core-components-amount-input - npm Package Compare versions

Comparing version 5.7.1 to 5.7.2

CHANGELOG.md

21

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

@@ -20,8 +22,9 @@ "peerDependencies": {

"dependencies": {
"@alfalab/core-components-input": "^9.1.1",
"@alfalab/core-components-with-suffix": "^3.4.1",
"@alfalab/core-components-input": "^9.1.2",
"@alfalab/core-components-with-suffix": "^3.4.2",
"@alfalab/data": "^1.2.2",
"@alfalab/utils": "^1.11.0",
"classnames": "^2.3.1"
}
},
"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