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

@s-ui/react-image-lazy-load

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-image-lazy-load - npm Package Compare versions

Comparing version 1.16.0 to 1.17.0

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

# 1.17.0 (2020-03-05)
### Features
* Use new [@s-ui](https://github.com/s-ui) packages ([57fcb24](https://github.com/SUI-Components/schibsted-spain-components/commit/57fcb2433c43229a64b10098c88952ce844c5ae8))
# 1.16.0 (2020-02-25)

@@ -7,0 +16,0 @@

2

lib/index.js
import PropTypes from 'prop-types';
import React from 'react';
import cx from 'classnames';
import SpinnerBasic from '@schibstedspain/sui-spinner-basic';
import SpinnerBasic from '@s-ui/react-spinner-basic';
import { useNearScreen } from '@s-ui/react-hooks';

@@ -6,0 +6,0 @@ var BASE_CLASS = 'sui-ImageLazyLoad';

{
"name": "@s-ui/react-image-lazy-load",
"version": "1.16.0",
"version": "1.17.0",
"description": "SUI Image Lazy Load",

@@ -17,4 +17,4 @@ "main": "lib/index.js",

"@s-ui/react-hooks": "1",
"@schibstedspain/sui-spinner-basic": "1"
"@s-ui/react-spinner-basic": "1"
}
}
import PropTypes from 'prop-types'
import React from 'react'
import cx from 'classnames'
import SpinnerBasic from '@schibstedspain/sui-spinner-basic'
import SpinnerBasic from '@s-ui/react-spinner-basic'
import {useNearScreen} from '@s-ui/react-hooks'

@@ -6,0 +6,0 @@

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