Socket
Socket
Sign inDemoInstall

@fremtind/jkl-text-input-react

Package Overview
Dependencies
Maintainers
2
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-text-input-react - npm Package Compare versions

Comparing version 0.5.0 to 0.5.2

19

CHANGELOG.md

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

## [0.5.2](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.5.1...@fremtind/jkl-text-input-react@0.5.2) (2019-07-18)
**Note:** Version bump only for package @fremtind/jkl-text-input-react
## [0.5.1](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.5.0...@fremtind/jkl-text-input-react@0.5.1) (2019-07-18)
### Bug Fixes
* **build:** normalize react package.json ([6c29e08](https://github.com/fremtind/jokul/commit/6c29e08)), closes [#156](https://github.com/fremtind/jokul/issues/156)
# [0.5.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.2.1...@fremtind/jkl-text-input-react@0.5.0) (2019-07-15)

@@ -8,0 +27,0 @@

36

package.json
{
"name": "@fremtind/jkl-text-input-react",
"version": "0.5.0",
"version": "0.5.2",
"publishConfig": {
"access": "public"
},
"description": "React component for text input, text field and text area",
"description": "Jøkul react text input component",
"keywords": [
"react",
"text",
"field",
"text",
"textfield",
"textarea",
"input",
"form"
"form",
"jøkul",
"fremtind"
],

@@ -30,9 +32,15 @@ "license": "MIT",

"build:scripts": "rollup --config ../../rollup.config.js",
"build": "yarn run build:scripts && yarn run build:types",
"build": "run-s build:*",
"test": "echo \"Error: run tests from root\" && exit 1",
"dev": "parcel example/index.html"
"dev:style": "lerna exec --scope=@fremtind/jkl-text-input yarn build:watch",
"dev:js": "parcel example/index.html",
"dev": "run-p dev:*"
},
"dependencies": {
"@fremtind/jkl-text-input": "^0.5.0"
"@fremtind/jkl-text-input": "^0.6.1"
},
"devDependencies": {
"@fremtind/browserslist-config-jkl": "^0.3.2",
"npm-run-all": "^4.1.5"
},
"peerDependencies": {

@@ -44,9 +52,13 @@ "@types/react": "^16.8.17",

},
"repository": {
"type": "git",
"url": "git+https://github.com/fremtind/jokul.git"
},
"bugs": {
"url": "https://github.com/fremtind/jokul/issues"
},
"browserslist": [
"extends @fremtind/browserslist-config-jkl"
],
"gitHead": "b056eb4e169c54bf0e5606d4598b1cd8891f8fa8",
"devDependencies": {
"@fremtind/browserslist-config-jkl": "^0.3.0"
}
"gitHead": "99afe76bb07eb2fae4da9d9ebae06c0f35ee325a"
}
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