Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

create-ima-app

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ima-app - npm Package Compare versions

Comparing version
20.0.0
to
20.0.1
+1
-1
package.json
{
"name": "create-ima-app",
"version": "20.0.0",
"version": "20.0.1",
"description": "Create a IMA.js App easily.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -21,4 +21,4 @@ {

"@ima/plugin-testing-integration": "^5.3.0",
"@ima/cli": "20.0.0",
"@ima/testing-library": "20.0.0",
"@ima/cli": "^20.0.2",
"@ima/testing-library": "^20.1.0",
"@swc-contrib/mut-cjs-exports": "^13.0.0",

@@ -34,3 +34,3 @@ "@swc/jest": "^0.2.39",

"eslint-plugin-react": "^7.37.5",
"error-to-json": "2.0.1",
"error-to-json": "^2.0.1",
"identity-obj-proxy": "^3.0.0",

@@ -42,7 +42,7 @@ "jest": "^29.7.0",

"dependencies": {
"@ima/core": "20.0.0",
"@ima/react-page-renderer": "20.0.0",
"@ima/server": "20.0.0",
"compression": "1.8.1",
"connect-timeout": "1.9.1",
"@ima/core": "^20.0.2",
"@ima/react-page-renderer": "^20.0.1",
"@ima/server": "^20.0.5",
"compression": "^1.8.1",
"connect-timeout": "^1.9.1",
"cookie-parser": "^1.4.7",

@@ -49,0 +49,0 @@ "express": "^5.1.0",

@@ -7,3 +7,3 @@ import './card.less';

<a className='card-title' target='_blank' href={href} rel='noreferrer'>
<h3>{title} &raquo;</h3>
<h3>{title}»</h3>
</a>

@@ -10,0 +10,0 @@ <p

@@ -13,3 +13,3 @@ import './card.less';

<a className='card-title' target='_blank' href={href} rel='noreferrer'>
<h3>{title} &raquo;</h3>
<h3>{title}»</h3>
</a>

@@ -16,0 +16,0 @@ <p

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet