@dhis2/prop-types
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -40,11 +40,11 @@ "use strict"; | ||
var _arrayWithLength = require("./arrayWithLength.js"); | ||
var _arrayWithLength = require("./propTypes/arrayWithLength.js"); | ||
var _conditional = require("./conditional"); | ||
var _conditional = require("./propTypes/conditional"); | ||
var _instanceOfComponent = require("./instanceOfComponent.js"); | ||
var _instanceOfComponent = require("./propTypes/instanceOfComponent.js"); | ||
var _mutuallyExclusive = require("./mutuallyExclusive.js"); | ||
var _mutuallyExclusive = require("./propTypes/mutuallyExclusive.js"); | ||
var _requiredIf = require("./requiredIf.js"); | ||
var _requiredIf = require("./propTypes/requiredIf.js"); | ||
@@ -54,3 +54,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
_propTypes.default.arrayWithLength = _arrayWithLength.arrayWithLength; | ||
_propTypes.default.conditional = onditional; | ||
_propTypes.default.conditional = _conditional.conditional; | ||
_propTypes.default.instanceOfComponent = _instanceOfComponent.instanceOfComponent; | ||
@@ -57,0 +57,0 @@ _propTypes.default.mutuallyExclusive = _mutuallyExclusive.mutuallyExclusive; |
import propTypes from 'prop-types'; | ||
import { arrayWithLength } from './arrayWithLength.js'; | ||
import { conditional } from './conditional'; | ||
import { instanceOfComponent } from './instanceOfComponent.js'; | ||
import { mutuallyExclusive } from './mutuallyExclusive.js'; | ||
import { requiredIf } from './requiredIf.js'; | ||
import { arrayWithLength } from './propTypes/arrayWithLength.js'; | ||
import { conditional } from './propTypes/conditional'; | ||
import { instanceOfComponent } from './propTypes/instanceOfComponent.js'; | ||
import { mutuallyExclusive } from './propTypes/mutuallyExclusive.js'; | ||
import { requiredIf } from './propTypes/requiredIf.js'; | ||
propTypes.arrayWithLength = arrayWithLength; | ||
propTypes.conditional = onditional; | ||
propTypes.conditional = conditional; | ||
propTypes.instanceOfComponent = instanceOfComponent; | ||
@@ -10,0 +10,0 @@ propTypes.mutuallyExclusive = mutuallyExclusive; |
@@ -0,1 +1,8 @@ | ||
## [1.6.2](https://github.com/dhis2/prop-types/compare/v1.6.1...v1.6.2) (2020-04-01) | ||
### Bug Fixes | ||
* **conditional:** correct typo in assignment in index.js ([d6c54f6](https://github.com/dhis2/prop-types/commit/d6c54f6eff9875f578d4d9f43608a09041d067d9)) | ||
## [1.6.1](https://github.com/dhis2/prop-types/compare/v1.6.0...v1.6.1) (2020-03-31) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@dhis2/prop-types", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"main": "./build/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./build/es/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76522
27
1515
5
1