🚀 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.3

4

package.json
{
"name": "@enact/template-moonstone",
"version": "4.5.2",
"version": "4.5.3",
"description": "A template generator for Enact Moonstone applications.",

@@ -12,3 +12,3 @@ "main": "index.js",

},
"homepage": "https://github.com/enactjs/templates/tree/master/packages/moonstone#readme",
"homepage": "https://github.com/enactjs/templates/tree/master/packages/moonstone#readme",
"license": "Apache-2.0",

@@ -15,0 +15,0 @@ "engines": {

@@ -25,3 +25,3 @@ {

"eslintConfig": {
"extends": "enact"
"extends": "enact-proxy"
},

@@ -36,3 +36,3 @@ "eslintIgnore": [

"@enact/i18n": "^4.6.0",
"@enact/moonstone": "^4.5.1",
"@enact/moonstone": "^4.5.2",
"@enact/spotlight": "^4.6.0",

@@ -44,4 +44,7 @@ "@enact/ui": "^4.6.0",

"react-dom": "^18.2.0",
"web-vitals": "^3.1.0"
"web-vitals": "^3.1.1"
},
"devDependencies": {
"eslint-config-enact-proxy": "^1.0.5"
}
}