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

verious-react

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verious-react - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

10

components/Picture/Picture.js

@@ -18,2 +18,3 @@ "use strict";

alt = _ref.alt;
var sources = src.reverse();

@@ -23,11 +24,12 @@ if (responsive) {

className: "vs-picture"
}, sizes.map(function (size, index) {
}, sizes.reverse().map(function (size, index) {
return _react.default.createElement("source", {
key: index,
i: index,
media: "(min-width: ".concat(size, "px)"),
srcSet: "".concat(src[index]),
srcSet: "".concat(sources[index]),
className: "vs-picture-source"
});
}), _react.default.createElement("img", {
src: src[src.length - 1],
src: sources[sources.length - 1],
alt: alt,

@@ -40,3 +42,3 @@ className: "vs-picture-source"

}, _react.default.createElement("img", {
src: src[src.length - 1],
src: sources[sources.length - 1],
alt: alt,

@@ -43,0 +45,0 @@ className: "vs-picture-source"

2

package.json
{
"name": "verious-react",
"version": "0.0.12",
"version": "0.0.13",
"author": "Charles Pinnix",

@@ -5,0 +5,0 @@ "website": "https://www.verious.io/",

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