react-stickerpipe
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -133,3 +133,3 @@ 'use strict'; | ||
), | ||
!stickerPacks.length > 0 ? stickerPacks.map(function (stickerPack) { | ||
stickerPacks.length > 0 ? stickerPacks.map(function (stickerPack) { | ||
return _react2.default.createElement(_sticker2.default, { | ||
@@ -136,0 +136,0 @@ key: stickerPack.pack_name, |
{ | ||
"name": "react-stickerpipe", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "React Component for StickerPipe API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -14,3 +14,3 @@ # React StickerPipe | ||
``` | ||
```javascript | ||
import StickerMenu from 'react-stickerpipe'; | ||
@@ -35,3 +35,3 @@ | ||
``` | ||
```javascript | ||
// Get the purchased packs for the current user | ||
@@ -76,3 +76,3 @@ getMyPacks() {} | ||
``` | ||
```json | ||
{ | ||
@@ -79,0 +79,0 @@ "apiKey": "yourApiKey", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35759
0