react-stickerpipe
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -45,5 +45,5 @@ 'use strict'; | ||
{ className: 'stickers', style: style.stickers }, | ||
stickerPacks.length > 0 ? stickerPacks.map(function (stickerPack) { | ||
stickerPacks.length > 0 ? stickerPacks.map(function (stickerPack, index) { | ||
return _react2.default.createElement(_sticker2.default, { | ||
key: 'my-sticker-packs-' + stickerPack.pack_name, | ||
key: 'my-sticker-packs-' + stickerPack.pack_name + '-' + index, | ||
src: stickerPack.main_icon.mdpi, | ||
@@ -50,0 +50,0 @@ onClick: function onClick() { |
{ | ||
"name": "react-stickerpipe", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "React Component for StickerPipe API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40250