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

fastclick-pro

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastclick-pro - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

dist/cjs.js
'use strict';
function utils() {
var isClient = !!window;
var isClient = typeof window !== 'undefined';

@@ -6,0 +6,0 @@ if (!isClient) {

function utils() {
var isClient = !!window;
var isClient = typeof window !== 'undefined';

@@ -4,0 +4,0 @@ if (!isClient) {

{
"name": "fastclick-pro",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/cjs.js",

# fastclick-pro
```
npm i fastclick-pro
or
yarn add fastclick-pro
```
优化fastclick的问题

@@ -3,0 +13,0 @@

export default function utils() {
const isClient= !!window
const isClient= typeof window !== 'undefined'
if(!isClient) {

@@ -4,0 +4,0 @@ return {

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