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.3 to 0.0.4

20

components/Container/Container.js

@@ -20,3 +20,5 @@ "use strict";

pull = _ref.pull,
visibility = _ref.visibility;
visibility = _ref.visibility,
width = _ref.width,
height = _ref.height;
var classes = [];

@@ -82,2 +84,10 @@

if (width) {
classes = _toConsumableArray(classes).concat(["vs-width-".concat(width)]);
}
if (height) {
classes = _toConsumableArray(classes).concat(["vs-width-".concat(height)]);
}
return classes.join(" ");

@@ -92,3 +102,5 @@ }

pull = _ref2.pull,
visibility = _ref2.visibility;
visibility = _ref2.visibility,
width = _ref2.width,
height = _ref2.height;
return _react.default.createElement("div", {

@@ -100,3 +112,5 @@ style: style,

pull: pull,
visibility: visibility
visibility: visibility,
width: width,
height: height
})

@@ -103,0 +117,0 @@ }, children);

2

package.json
{
"name": "verious-react",
"version": "0.0.3",
"version": "0.0.4",
"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