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

terra-arrange

Package Overview
Dependencies
Maintainers
8
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-arrange - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

tests/assets/panda.jpg

2

package.json
{
"name": "terra-arrange",
"main": "lib/Arrange.js",
"version": "0.3.1",
"version": "0.3.2",
"description": "The arrange component is used for horizontally arranging and vertically aligning a single row of container elements.",

@@ -6,0 +6,0 @@ "repository": {

import React from 'react';
import PropTypes from 'prop-types';
import pandaPic from '../assets/panda.jpg';
// Block style is required since images are inline by default. This could be resolved by someones normalize.css
const image = <img style={{ display: 'block' }} height="100" width="150" src="http://3w6kx9401skz1bup4i1gs9ne.wpengine.netdna-cdn.com/wp-content/uploads/2016/09/telegraph-1.jpg" alt="a happy panda" />;
const image = <img style={{ display: 'block' }} height="100" width="150" src={pandaPic} alt="a happy panda" />;
const ipsum = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.';

@@ -7,0 +8,0 @@ const simpleText = <div>{ipsum}</div>;

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