create-miro-app
Advanced tools
Comparing version 1.0.0-10 to 1.1.0-0
import * as React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
async function init() { | ||
async function addSticky() { | ||
const stickyNote = await miro.board.createStickyNote({ | ||
@@ -14,3 +14,3 @@ content: 'Hello, World!', | ||
React.useEffect(() => { | ||
init(); | ||
addSticky(); | ||
}, []); | ||
@@ -17,0 +17,0 @@ |
@@ -1,2 +0,2 @@ | ||
async function init() { | ||
async function addSticky() { | ||
const stickyNote = await miro.board.createStickyNote({ | ||
@@ -9,2 +9,2 @@ content: 'Hello, World!', | ||
init(); | ||
addSticky(); |
{ | ||
"name": "create-miro-app", | ||
"version": "1.0.0-10", | ||
"version": "1.1.0-0", | ||
"keywords": [ | ||
@@ -12,3 +12,6 @@ "miro", | ||
"contributors": [ | ||
"Ahmed El Gabri <ahmed@miro.com>" | ||
"Ahmed El Gabri <ahmed@miro.com>", | ||
"Addison Schutlz <addison@miro.com>", | ||
"Daniela Gavidia Simonetti <daniella@miro.com>", | ||
"Mettin Parzinski <mettin@miro.com>" | ||
], | ||
@@ -15,0 +18,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
744970
31
2275
9