Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@radix-ui/number

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/number - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

dist/index.js

@@ -1,2 +0,2 @@

function e(e,r,n){Object.defineProperty(e,r,{get:n,enumerable:!0})}var r,n=(r=require("@babel/runtime-corejs3/helpers/slicedToArray"))&&r.__esModule?r.default:r,t={};function u(e,r){var t=n(r,2),u=t[0],a=t[1];return Math.min(a,Math.max(u,e))}function a(e,r){return(r+e)%r}exports.clamp=u,exports.wrap=a,e(t,"wrap",(function(){return a})),e(t,"clamp",(function(){return u}));
function n(n,r,t){Object.defineProperty(n,r,{get:t,enumerable:!0})}var r={};function t(n,[r,t]){return Math.min(t,Math.max(r,n))}function e(n,r){return(r+n)%r}exports.clamp=t,exports.wrap=e,n(r,"wrap",(function(){return e})),n(r,"clamp",(function(){return t}));
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

function r(r,e,n){Object.defineProperty(r,e,{get:n,enumerable:!0})}import e from"@babel/runtime-corejs3/helpers/esm/slicedToArray";var n={};function t(r,n){var t=e(n,2),o=t[0],u=t[1];return Math.min(u,Math.max(o,r))}export{t as clamp};function o(r,e){return(e+r)%e}export{o as wrap};r(n,"wrap",(function(){return o})),r(n,"clamp",(function(){return t}));
function n(n,t,r){Object.defineProperty(n,t,{get:r,enumerable:!0})}var t={};function r(n,[t,r]){return Math.min(r,Math.max(t,n))}export{r as clamp};function e(n,t){return(t+n)%t}export{e as wrap};n(t,"wrap",(function(){return e})),n(t,"clamp",(function(){return r}));
//# sourceMappingURL=index.module.js.map
{
"name": "@radix-ui/number",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -28,4 +28,4 @@ "source": "src/index.ts",

"dependencies": {
"@babel/runtime-corejs3": "^7.13.10"
"@babel/runtime": "^7.13.10"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc