use-latest-callback
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "use-latest-callback", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "React hook which returns the latest callback without changing the reference", | ||
@@ -17,5 +17,5 @@ "repository": "https://github.com/satya164/use-latest-callback", | ||
"type": "commonjs", | ||
"source": "src/index.ts", | ||
"main": "lib/src/index.js", | ||
"types": "lib/src/index.d.ts", | ||
"source": "./src/index.ts", | ||
"main": "./lib/src/index.js", | ||
"types": "./lib/src/index.d.ts", | ||
"exports": { | ||
@@ -30,3 +30,4 @@ ".": { | ||
"src", | ||
"lib" | ||
"lib", | ||
"esm.mjs" | ||
], | ||
@@ -33,0 +34,0 @@ "scripts": { |
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
7200
12
105