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

@uidu/forms

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uidu/forms - npm Package Compare versions

Comparing version 0.5.47 to 0.5.48

lib/actions.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.5.48"></a>
## [0.5.48](https://github.com/uidu-org/uidu-ui-kit/compare/@uidu/forms@0.5.47...@uidu/forms@0.5.48) (2017-12-12)
### Bug Fixes
* **inputs:** adding rate input and radio-grid, fixed radio and checkbox styling, exposed select tabindex, and added uidu-utils ([59a18cf](https://github.com/uidu-org/uidu-ui-kit/commit/59a18cf))
<a name="0.5.47"></a>

@@ -8,0 +19,0 @@ ## [0.5.47](https://github.com/uidu-org/uidu-ui-kit/compare/@uidu/forms@0.5.46...@uidu/forms@0.5.47) (2017-11-20)

14

package.json
{
"name": "@uidu/forms",
"version": "0.5.47",
"version": "0.5.48",
"description": "Forms using Formsy",
"main": "dist/index.js",
"module": "dist/index.js",
"jsnext:main": "dist/index.js",
"main": "lib/index.js",
"module": "lib/index.js",
"jsnext:main": "lib/index.js",
"repository": {

@@ -16,5 +16,5 @@ "type": "git",

"scripts": {
"build": "NODE_ENV=production babel src --out-dir dist",
"lint": "eslint lib/**; exit 0",
"lint:watch": "esw -w lib/**",
"build": "NODE_ENV=production babel src --out-dir lib",
"lint": "eslint src/**; exit 0",
"lint:watch": "esw -w src/**",
"prepublish": "npm run build",

@@ -21,0 +21,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

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