New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-miro-app

Package Overview
Dependencies
Maintainers
1
Versions
72
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.1.7 to 0.2.0

dist/templates/default-ts/src/app.html

6

dist/templates/default-ts/@types/miro-sdk/index.d.ts

@@ -5,6 +5,8 @@ /**

interface Window {
miro: SDK.Root;
declare global {
var miro: SDK.Root;
}
export {};
/**

@@ -11,0 +13,0 @@ * Here you will find a full reference to all publicly available methods in

@@ -55,3 +55,7 @@ const path = require('path');

{
test: /\.(png|jpg|gif)$/i,
test: /\.html$/i,
loader: 'html-loader',
},
{
test: /\.(png|jpg|jpeg|gif)$/i,
type: 'asset/resource',

@@ -71,3 +75,4 @@ },

...Object.keys(entries).map((entry) => {
const sharedHtmlSettings = {
return new HtmlWebpackPlugin({
view: entry,
chunks: [entry],

@@ -78,8 +83,4 @@ inject: 'body',

},
template: `./src/index.html`,
};
return new HtmlWebpackPlugin({
...sharedHtmlSettings,
...(entry === 'index' ? {} : {filename: `${entry}.html`}),
template: `./src/${entry}.html`,
filename: `${entry}.html`,
});

@@ -86,0 +87,0 @@ }),

@@ -57,3 +57,7 @@ const path = require('path');

{
test: /\.(png|jpg|gif)$/i,
test: /\.html$/i,
loader: 'html-loader',
},
{
test: /\.(png|jpg|jpeg|gif)$/i,
type: 'asset/resource',

@@ -73,3 +77,4 @@ },

...Object.keys(entries).map((entry) => {
const sharedHtmlSettings = {
return new HtmlWebpackPlugin({
view: entry,
chunks: [entry],

@@ -80,8 +85,4 @@ inject: 'body',

},
template: `./src/index.html`,
};
return new HtmlWebpackPlugin({
...sharedHtmlSettings,
...(entry === 'index' ? {} : {filename: `${entry}.html`}),
template: `./src/${entry}.html`,
filename: `${entry}.html`,
});

@@ -88,0 +89,0 @@ }),

{
"name": "create-miro-app",
"version": "0.1.7",
"version": "0.2.0",
"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