New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clxx/base

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clxx/base - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

build/nativeScroll.js
export let passiveSupported = false;
try {
window.addEventListener("test", () => { }, Object.defineProperty({}, "passive", {
window.addEventListener("test", () => undefined, Object.defineProperty({}, "passive", {
get: function () {

@@ -5,0 +5,0 @@ passiveSupported = true;

{
"name": "@clxx/base",
"version": "0.0.9",
"version": "0.0.10",
"description": "base utility for all cl's packages",

@@ -22,3 +22,3 @@ "main": "./build/index.js",

"license": "MIT",
"gitHead": "956ecb8a70fc9982472042b26072259401917518"
"gitHead": "8f89e6937ecbda1c2672e3e3bb7426029e35836d"
}
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