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

@schibstedspain/sui-react-hooks

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schibstedspain/sui-react-hooks - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

11

CHANGELOG.md

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

<a name="1.6.0"></a>
# 1.6.0 (2019-11-18)
### Features
* show message only on other than production to remove the dead code on pro ([d488b42](https://github.com/SUI-Components/schibsted-spain-components/commit/d488b42))
* update intersection-observer version ([35714ec](https://github.com/SUI-Components/schibsted-spain-components/commit/35714ec))
<a name="1.5.0"></a>

@@ -7,0 +18,0 @@ # 1.5.0 (2019-07-24)

5

lib/index.js
export default function ReactHooks() {
console.warn("[@schibstedspain/sui-react-hooks] can't be used as a standalone package.\nYou must import a specific hook.");
if (process.env.NODE_ENV !== 'production') {
console.warn("[@schibstedspain/sui-react-hooks] can't be used as a standalone package.\nYou must import a specific hook.");
}
return null;

@@ -4,0 +7,0 @@ }

4

package.json
{
"name": "@schibstedspain/sui-react-hooks",
"version": "1.5.0",
"version": "1.6.0",
"description": "",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"@s-ui/component-dependencies": "1",
"intersection-observer": "0.5.1"
"intersection-observer": "0.7.0"
},

@@ -16,0 +16,0 @@ "keywords": [],

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