Socket
Socket
Sign inDemoInstall

@zag-js/remove-scroll

Package Overview
Dependencies
Maintainers
1
Versions
717
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/remove-scroll - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

dist/index.js

@@ -27,3 +27,3 @@ "use strict";

// ../dom/dist/index.mjs
// ../dom/src/platform.ts
var isDom = () => typeof window !== "undefined";

@@ -30,0 +30,0 @@ function getPlatform() {

{
"name": "@zag-js/remove-scroll",
"version": "0.2.0",
"version": "0.2.1",
"description": "JavaScript utility to remove scroll on body",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"keywords": [

@@ -25,3 +22,4 @@ "js",

"devDependencies": {
"@zag-js/dom-utils": "0.2.0"
"clean-package": "2.2.0",
"@zag-js/dom-utils": "0.2.2"
},

@@ -31,6 +29,18 @@ "bugs": {

},
"clean-package": "../../../clean-package.config.json",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build-fast": "tsup src/index.ts --format=esm,cjs",
"build-fast": "tsup src",
"start": "pnpm build --watch",
"build": "tsup src/index.ts --format=esm,cjs --dts",
"build": "tsup src --dts",
"test": "jest --config ../../../jest.config.js --rootDir tests",

@@ -37,0 +47,0 @@ "lint": "eslint src --ext .ts,.tsx",

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