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

create-miro-app

Package Overview
Dependencies
Maintainers
1
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 0.5.0 to 0.5.1

dist/templates/default-ts/src/assets/libraryicon.svg

7

dist/templates/default-ts/src/index.ts

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

import icon from './assets/icon.svg?raw';
import toolbarIcon from './assets/toolbaricon.svg?raw';
import libraryIcon from './assets/libraryicon.svg?raw';

@@ -8,4 +9,4 @@ miro.onReady(() => {

title: 'Create Miro App',
toolbarSvgIcon: icon,
librarySvgIcon: icon,
toolbarSvgIcon: toolbarIcon,
librarySvgIcon: libraryIcon,
async onClick() {

@@ -12,0 +13,0 @@ // Remember that 'app.html' resolves relative to index.js file. So app.html have to be in the /dist/ folder.

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

import icon from './assets/icon.svg?raw';
import toolbarIcon from './assets/toolbaricon.svg?raw';
import libraryIcon from './assets/libraryicon.svg?raw';

@@ -8,4 +9,4 @@ miro.onReady(() => {

title: 'Create Miro App',
toolbarSvgIcon: icon,
librarySvgIcon: icon,
toolbarSvgIcon: toolbarIcon,
librarySvgIcon: libraryIcon,
async onClick() {

@@ -12,0 +13,0 @@ // Remember that 'app.html' resolves relative to index.js file. So app.html have to be in the /dist/ folder.

{
"name": "create-miro-app",
"version": "0.5.0",
"version": "0.5.1",
"keywords": [

@@ -5,0 +5,0 @@ "miro",

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