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

@eaze/hero

Package Overview
Dependencies
Maintainers
28
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eaze/hero - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

dist/container.js

4

dist/index.js

@@ -228,3 +228,3 @@ 'use strict';

return desktopImage;
}, ');background-size:contain;}@media (min-width:1280px) and (min-resolution:2dppx){background-image:linear-gradient(270deg,transparent 500px,', function (_ref15) {
}, ');}@media (min-width:1280px) and (min-resolution:2dppx){background-image:linear-gradient(270deg,transparent 500px,', function (_ref15) {
var rgba = _ref15.rgba;

@@ -235,2 +235,2 @@ return rgba;

return desktopImage2x;
}, ');background-size:contain;}');
}, ');}');
{
"name": "@eaze/hero",
"version": "3.0.5",
"version": "3.0.6",
"description": "Page Hero component",

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

@@ -215,3 +215,2 @@ import React, { PureComponent } from 'react'

background-image: linear-gradient(270deg, transparent 500px, ${({ rgba }) => rgba} 1256px), url(${({ desktopImage }) => desktopImage});
background-size: contain;
}

@@ -221,4 +220,3 @@

background-image: linear-gradient(270deg, transparent 500px, ${({ rgba }) => rgba} 1256px), url(${({ desktopImage2x }) => desktopImage2x});
background-size: contain;
}
`

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