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

create-miro-app

Package Overview
Dependencies
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-miro-app - npm Package Compare versions

Comparing version 1.0.0-10 to 1.1.0-0

dist/templates/vue/src/app.js

4

dist/templates/react/src/app.jsx
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

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