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

@fremtind/jkl-checkbox-react

Package Overview
Dependencies
Maintainers
2
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-checkbox-react - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

12

CHANGELOG.md

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

## [0.5.1](https://github.com/fremtind/jokul/compare/@fremtind/jkl-checkbox-react@0.5.0...@fremtind/jkl-checkbox-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)
* **css:** output prefixed css files, fix import from core ([db7413d](https://github.com/fremtind/jokul/commit/db7413d))
# [0.5.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-checkbox-react@0.2.1...@fremtind/jkl-checkbox-react@0.5.0) (2019-07-15)

@@ -8,0 +20,0 @@

44

package.json
{
"name": "@fremtind/jkl-checkbox-react",
"version": "0.5.0",
"version": "0.5.1",
"publishConfig": {
"access": "public"
},
"description": "React Checkboxes for Jøkul",
"description": "Jøkul react checkbox component",
"homepage": "https://fremtind.github.io/jokul",
"keywords": [
"checkbox"
"checkbox",
"form",
"jøkul",
"fremtind"
],

@@ -18,19 +22,39 @@ "directories": {

"license": "MIT",
"types": "./build/index.d.ts",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"browser": "./build/browser/index.js",
"scripts": {
"build:types": "tsc -p tsconfig-for-declarations.json",
"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-checkbox yarn build:watch",
"dev:js": "parcel example/index.html",
"dev": "run-p dev:*"
},
"dependencies": {
"@fremtind/jkl-core": "^0.5.0"
"@fremtind/jkl-core": "^0.6.0"
},
"devDependencies": {
"@fremtind/browserslist-config-jkl": "^0.3.1",
"npm-run-all": "^4.1.5"
},
"peerDependencies": {
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"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": "d2f6e412cb758cef989870d635fceab6c0367bfe"
}
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