🚨 Shai-Hulud Strikes Again:More than 700 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@commercetools-frontend/assets

Package Overview
Dependencies
Maintainers
5
Versions
1152
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

Source
npmnpm
Version
16.7.2-canary.0
Version published
Weekly downloads
3.7K
-13.62%
Maintainers
5
Weekly downloads
 
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 Hourglass from '@commercetools-frontend/assets/images/hourglass.svg';

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

Install

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

Keywords

javascript

FAQs

Package last updated on 28 Apr 2020

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