Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sberdevices/cra-template-plasma-shop-template

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sberdevices/cra-template-plasma-shop-template - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1-canary.813.e6bf373d3c81a7e13c0c3c99b7b13f059e209b10.0

4

package.json
{
"name": "@sberdevices/cra-template-plasma-shop-template",
"version": "2.1.0",
"version": "2.1.1-canary.813.e6bf373d3c81a7e13c0c3c99b7b13f059e209b10.0",
"description": "",

@@ -30,3 +30,3 @@ "keywords": [

},
"gitHead": "b92e0a77c0a288c9cb13e8de64387162361b5ed3"
"gitHead": "e6bf373d3c81a7e13c0c3c99b7b13f059e209b10"
}

@@ -6,3 +6,3 @@ {

"@sberdevices/plasma-icons": "1.39.0",
"@sberdevices/plasma-temple": "0.50.0",
"@sberdevices/plasma-temple": "1.0.1-canary.813.83ab0f334107a50309b6023b8ab316f1686517e9.0",
"@sberdevices/plasma-tokens": "1.12.0",

@@ -9,0 +9,0 @@ "@sberdevices/plasma-ui": "1.45.0",

@@ -1,2 +0,2 @@

import { GalleryCardParams, GalleryData } from '@sberdevices/plasma-temple';
import { GalleryCardParams, MultipleGallery } from '@sberdevices/plasma-temple';

@@ -12,3 +12,3 @@ import { getCategories, getPopularProducts, getProducts } from '../../api/products';

mapper: (item: T, i: number) => GalleryCardParams<T>,
): Required<GalleryData<T>> => {
): Required<MultipleGallery<T>> => {
return {

@@ -24,3 +24,3 @@ activeCardIndex: 0,

activeGalleryIndex: number;
gallery: Required<GalleryData<Category>>[];
gallery: Required<MultipleGallery<Category>>[];
}> => {

@@ -27,0 +27,0 @@ const categories = await getCategories();

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