@radix-ui/react-use-previous
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,2 +0,2 @@ | ||
var e,r,u,t=require("react"),n=t.useRef,c=t.useEffect;function s(e){const r=n(e);return c((()=>{r.current=e}),[e]),r.current}exports.usePrevious=s,e={},r="usePrevious",u=function(){return s},Object.defineProperty(e,r,{get:u,enumerable:!0}); | ||
var e,r,t=(e={},r=require("react"),Object.keys(r).forEach((function(t){"default"!==t&&"__esModule"!==t&&Object.defineProperty(e,t,{enumerable:!0,get:function(){return r[t]}})})),e);exports.usePrevious=function(e){const r=t.useRef(e);return t.useEffect((()=>{r.current=e}),[e]),r.current}; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
import{useRef as r,useEffect as e}from"react";var t,n,u;function o(t){const n=r(t);return e((()=>{n.current=t}),[t]),n.current}export{o as usePrevious};t={},n="usePrevious",u=function(){return o},Object.defineProperty(t,n,{get:u,enumerable:!0}); | ||
import*as e from"react";export function usePrevious(r){const t=e.useRef(r);return e.useEffect((()=>{t.current=r}),[r]),t.current} | ||
//# sourceMappingURL=index.module.js.map |
{ | ||
"name": "@radix-ui/react-use-previous", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
7
1
4862
2