🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@enact/template-moonstone

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enact/template-moonstone - npm Package Compare versions

Comparing version

to
4.5.2

9

package.json
{
"name": "@enact/template-moonstone",
"version": "4.5.1",
"version": "4.5.2",
"description": "A template generator for Enact Moonstone applications.",
"main": "index.js",
"author": "Jason Robitaille <jason.robitaille@lge.com>",
"repository": "https://github.com/enactjs/templates",
"repository": {
"type": "git",
"url": "https://github.com/enactjs/templates.git",
"directory": "packages/moonstone"
},
"homepage": "https://github.com/enactjs/templates/tree/master/packages/moonstone#readme",
"license": "Apache-2.0",

@@ -9,0 +14,0 @@ "engines": {

@@ -33,13 +33,13 @@ {

"dependencies": {
"@enact/core": "^4.5.0",
"@enact/i18n": "^4.5.0",
"@enact/moonstone": "^4.5.0",
"@enact/spotlight": "^4.5.0",
"@enact/ui": "^4.5.0",
"ilib": "^14.14.0",
"@enact/core": "^4.6.0",
"@enact/i18n": "^4.6.0",
"@enact/moonstone": "^4.5.1",
"@enact/spotlight": "^4.6.0",
"@enact/ui": "^4.6.0",
"ilib": "^14.15.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-vitals": "^2.1.4"
"web-vitals": "^3.1.0"
}
}