@jouwomgeving/ui-button
Advanced tools
Comparing version 0.0.2-alpha.5ddf3c44 to 0.0.2-alpha.5e42e7ac
import Button from './Button'; | ||
import Close from './Close'; | ||
import Group from './Group'; | ||
import Action from './Action'; | ||
export { Button as default, Button, Close, Group }; | ||
export { Button as default, Button, Action, Group }; |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.Group = exports.Close = exports.Button = exports.default = undefined; | ||
exports.Group = exports.Action = exports.Button = exports.default = undefined; | ||
@@ -13,6 +13,2 @@ var _Button = require('./Button'); | ||
var _Close = require('./Close'); | ||
var _Close2 = _interopRequireDefault(_Close); | ||
var _Group = require('./Group'); | ||
@@ -22,2 +18,6 @@ | ||
var _Action = require('./Action'); | ||
var _Action2 = _interopRequireDefault(_Action); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -27,3 +27,3 @@ | ||
exports.Button = _Button2.default; | ||
exports.Close = _Close2.default; | ||
exports.Action = _Action2.default; | ||
exports.Group = _Group2.default; |
{ | ||
"name": "@jouwomgeving/ui-button", | ||
"version": "0.0.2-alpha.5ddf3c44", | ||
"license": "MIT", | ||
"author": "Jouw Omgeving B.V. (https://www.jouwomgeving.nl/)", | ||
"description": "", | ||
"version": "0.0.2-alpha.5e42e7ac", | ||
"author": "Jouw Omgeving", | ||
"dictator": [ | ||
"web" | ||
], | ||
"license": "UNLICENSED", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@bitbucket.org/jouwomgeving/jo-interface.git" | ||
}, | ||
"description": "Dictator package JO ui button", | ||
"keywords": [], | ||
@@ -15,12 +22,13 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"classnames": "^2.2.5", | ||
"react": "^15.2.0", | ||
"react-dom": "^15.2.0" | ||
"prop-types": "^15.5.10", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4" | ||
}, | ||
"devDependencies": { | ||
"@jouwomgeving/ui-icon": "^0.0.1-alpha.5ddf3c44" | ||
"@jouwomgeving/ui-icon": "^0.0.1-alpha.5e42e7ac" | ||
}, | ||
"dependencies": { | ||
"recompose": "^0.20.2" | ||
"recompose": "^0.20.2", | ||
"styled-components": "2.0.0-8" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
1
35991
5
20
1
759
+ Addedstyled-components@2.0.0-8
+ Addedbase64-js@1.5.1(transitive)
+ Addedbowser@1.9.4(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedcss-color-keywords@1.0.0(transitive)
+ Addedcss-in-js-utils@2.0.1(transitive)
+ Addedcss-to-react-native@2.0.1(transitive)
+ Addedglamor@2.20.40(transitive)
+ Addedhas-flag@1.0.0(transitive)
+ Addedhyphenate-style-name@1.1.0(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedinline-style-prefixer@2.0.53.0.8(transitive)
+ Addedis-function@1.0.2(transitive)
+ Addedis-plain-object@2.0.4(transitive)
+ Addedisobject@3.0.1(transitive)
+ Addedpostcss-value-parser@3.3.1(transitive)
+ Addedstyled-components@2.0.0-8(transitive)
+ Addedstylis@1.2.8(transitive)
+ Addedsupports-color@3.2.3(transitive)
+ Addedthrough@2.3.8(transitive)
- Removedclassnames@2.5.1(transitive)