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

react-datocms

Package Overview
Dependencies
Maintainers
6
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-datocms - npm Package Compare versions

Comparing version 4.0.12 to 4.0.13

dist/cjs/Image/useInView.js

4

dist/cjs/Image/index.js

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

var react_1 = __importStar(require("react"));
var react_intersection_observer_1 = require("react-intersection-observer");
var useInView_1 = require("./useInView");
var universal_base64_1 = require("universal-base64");

@@ -119,3 +119,3 @@ var isSsr = typeof window === 'undefined';

}, []);
var _u = (0, react_intersection_observer_1.useInView)({
var _u = (0, useInView_1.useInView)({
threshold: intersectionThreshold || intersectionTreshold || 0,

@@ -122,0 +122,0 @@ rootMargin: intersectionMargin || '0px 0px 0px 0px',

@@ -13,3 +13,3 @@ var __assign = (this && this.__assign) || function () {

import React, { useState, forwardRef, useCallback, useRef, useEffect, } from 'react';
import { useInView } from 'react-intersection-observer';
import { useInView } from './useInView';
import { encode } from 'universal-base64';

@@ -16,0 +16,0 @@ var isSsr = typeof window === 'undefined';

{
"name": "react-datocms",
"version": "4.0.12",
"version": "4.0.13",
"types": "dist/types/index.d.ts",

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

Sorry, the diff of this file is not supported yet

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