Socket
Socket
Sign inDemoInstall

@commercetools-frontend/assets

Package Overview
Dependencies
Maintainers
5
Versions
937
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-frontend/assets

Assets for building mc apps


Version published
Maintainers
5
Created
Source

@commercetools-frontend/assets

Latest release (latest dist-tag) Latest release (next dist-tag) Minified + GZipped size GitHub license

This package contains image assets that can be used in the creation of Merchant Center applications. These are used within the package application-shell. The images can be used directly, from the images folder.

Usage

import React from 'react';
// Import requires a bundler to deal with SVG files
import ProjectExpired from '@commercetools-frontend/assets/images/project-expired.svg';

const Component = () => (
  <div>
    <img src={ProjectExpired} />
  </div>
);

Install

$ npm install --save @commercetools-frontend/assets

Keywords

FAQs

Package last updated on 01 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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