Socket
Socket
Sign inDemoInstall

formsy-semantic-ui-react

Package Overview
Dependencies
26
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.3 to 2.3.4

7

CHANGELOG.md

@@ -7,4 +7,11 @@ ### Changelog

#### [v2.3.4](https://github.com/zabute/formsy-semantic-ui-react/compare/v2.3.3...v2.3.4)
- Bump @adobe/css-tools from 4.2.0 to 4.3.1 [`#139`](https://github.com/zabute/formsy-semantic-ui-react/pull/139)
- fix: move @types/hoist-non-react-statics from deps to devDeps [`cd72fb6`](https://github.com/zabute/formsy-semantic-ui-react/commit/cd72fb64597db16c9bb8a7e5e916462dbf34d46f)
#### [v2.3.3](https://github.com/zabute/formsy-semantic-ui-react/compare/v2.3.2...v2.3.3)
> 27 July 2023
- fix: remove weird props that becomes mandatory [`ed08cd9`](https://github.com/zabute/formsy-semantic-ui-react/commit/ed08cd9ff8f81448f2f22eea5d082ccbfedc6363)

@@ -11,0 +18,0 @@

76

package.json
{
"name": "formsy-semantic-ui-react",
"version": "2.3.3",
"version": "2.3.4",
"description": "Formsy-React wrappers for Semantic-Ui-React's form Components",
"repository": {
"type": "git",
"url": "https://github.com/zabute/formsy-semantic-ui-react"
},
"author": {
"name": "Ardamis Yeshak",
"email": "arde987@gmail.com",
"url": "https://github.com/zabute"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zabute/formsy-semantic-ui-react/issues"
},
"keywords": [

@@ -28,2 +15,15 @@ "formsy-react",

],
"bugs": {
"url": "https://github.com/zabute/formsy-semantic-ui-react/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zabute/formsy-semantic-ui-react"
},
"license": "MIT",
"author": {
"name": "Ardamis Yeshak",
"email": "arde987@gmail.com",
"url": "https://github.com/zabute"
},
"main": "dist/index.js",

@@ -36,16 +36,28 @@ "module": "dist/formsy-semantic-ui-react.esm.js",

],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "jest --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"version": "auto-changelog -p && git add CHANGELOG.md",
"release": "np"
"release": "np",
"start": "tsdx watch",
"test": "jest --passWithNoTests",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"arrowParens": "always",
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"resolutions": {
"@types/react": "17",
"@types/react-dom": "17"
},
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.1",
"formsy-react": "^2.0.0",

@@ -59,2 +71,3 @@ "hoist-non-react-statics": "^3.3.2",

"@testing-library/user-event": "^14.4.3",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^29.2.2",

@@ -76,20 +89,7 @@ "@types/react": "^16.14.43",

"peerDependencies": {
"react": ">=16 || >=17"
"react": ">=16 || >=17 || >= 18"
},
"resolutions": {
"@types/react": "17",
"@types/react-dom": "17"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always"
"engines": {
"node": ">=10"
}
}
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