react-aptor
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -19,2 +19,3 @@ import { ForwardedRef, RefObject } from 'react'; | ||
* @param {Object} configuration - configuration object for setup | ||
* @param {Array} [deps=[]] - react dependencies array | ||
* @return domRef - can be bound to dom element | ||
@@ -21,0 +22,0 @@ */ |
@@ -6,2 +6,3 @@ import { useEffect, useImperativeHandle, useState, useRef, useCallback, } from 'react'; | ||
* @param {Object} configuration - configuration object for setup | ||
* @param {Array} [deps=[]] - react dependencies array | ||
* @return domRef - can be bound to dom element | ||
@@ -8,0 +9,0 @@ */ |
@@ -19,2 +19,3 @@ import { ForwardedRef, RefObject } from 'react'; | ||
* @param {Object} configuration - configuration object for setup | ||
* @param {Array} [deps=[]] - react dependencies array | ||
* @return domRef - can be bound to dom element | ||
@@ -21,0 +22,0 @@ */ |
@@ -8,2 +8,3 @@ "use strict"; | ||
* @param {Object} configuration - configuration object for setup | ||
* @param {Array} [deps=[]] - react dependencies array | ||
* @return domRef - can be bound to dom element | ||
@@ -10,0 +11,0 @@ */ |
{ | ||
"name": "react-aptor", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": false, | ||
@@ -23,2 +23,11 @@ "description": "React API connector", | ||
}, | ||
"keywords": [ | ||
"api", | ||
"hook", | ||
"react", | ||
"aptor", | ||
"apiHandler", | ||
"reactApiHandler", | ||
"thirdParty" | ||
], | ||
"license": "MIT", | ||
@@ -25,0 +34,0 @@ "repository": { |
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
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
16656
161