🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a 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.0.0-alpha.1

template/.eslintcache

2

package.json
{
"name": "@enact/template-moonstone",
"version": "3.2.1",
"version": "4.0.0-alpha.1",
"description": "A template generator for Enact Moonstone applications.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,12 +33,12 @@ {

"dependencies": {
"@enact/core": "^3.2.0",
"@enact/i18n": "^3.2.0",
"@enact/moonstone": "^3.2.0",
"@enact/spotlight": "^3.2.0",
"@enact/ui": "^3.2.0",
"ilib": "^14.4.0",
"@enact/core": "^4.0.0-alpha.1",
"@enact/i18n": "^4.0.0-alpha.1",
"@enact/moonstone": "^4.0.0-alpha.1",
"@enact/spotlight": "^4.0.0-alpha.1",
"@enact/ui": "^4.0.0-alpha.1",
"ilib": "^14.6.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}
import kind from '@enact/core/kind';
import MoonstoneDecorator from '@enact/moonstone/MoonstoneDecorator';
import Panels from '@enact/moonstone/Panels';
import React from 'react';

@@ -6,0 +5,0 @@ import MainPanel from '../views/MainPanel';

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

import React from 'react';
import {render} from 'react-dom';

@@ -3,0 +2,0 @@ import App from './App';

import Button from '@enact/moonstone/Button';
import kind from '@enact/core/kind';
import {Panel, Header} from '@enact/moonstone/Panels';
import React from 'react';

@@ -6,0 +5,0 @@ const MainPanel = kind({