Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "mag-app", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "MAG SDK application core.", | ||
@@ -15,17 +15,18 @@ "author": { | ||
"sass": "node-sass --indent-width 4 --include-path ../../.. sass/develop.480.scss css/develop.480.css && node-sass --indent-width 4 --include-path ../../.. sass/release.480.scss css/release.480.css && node-sass --indent-width 4 --include-path ../../.. sass/develop.576.scss css/develop.576.css && node-sass --indent-width 4 --include-path ../../.. sass/release.576.scss css/release.576.css && node-sass --indent-width 4 --include-path ../../.. sass/develop.720.scss css/develop.720.css && node-sass --indent-width 4 --include-path ../../.. sass/release.720.scss css/release.720.css && node-sass --indent-width 4 --include-path ../../.. sass/develop.1080.scss css/develop.1080.css && node-sass --indent-width 4 --include-path ../../.. sass/release.1080.scss css/release.1080.css", | ||
"lint": "eslint .", | ||
"lint": "eslint --ignore-pattern '/docs/' .", | ||
"test": "npm run lint", | ||
"jsdoc": "jsdoc --destination doc *.js readme.md" | ||
"jsdoc": "jsdoc --destination docs *.js readme.md" | ||
}, | ||
"dependencies": { | ||
"stb-app": "1.*.*", | ||
"spa-app": "1.*.*", | ||
"stb-keys": "1.*.*" | ||
"spa-app": "^1.5.1", | ||
"stb-app": "^2.0.1", | ||
"stb-keys": "^1.4.3" | ||
}, | ||
"devDependencies": { | ||
"eslint": "4.*.*", | ||
"mag-eslint-config": "1.*.*" | ||
"jsdoc": "^3.5.5", | ||
"mag-eslint": "^1.0.0" | ||
}, | ||
"keywords": [ | ||
"mag", | ||
"sdk", | ||
"magsdk", | ||
@@ -32,0 +33,0 @@ "framework", |
@@ -44,4 +44,4 @@ Application core | ||
If you have any problem or suggestion please open an issue [here](https://github.com/magsdk/app/issues). | ||
Pull requests are welcomed with respect to the [JavaScript Code Style](https://github.com/DarkPark/jscs). | ||
If you have any problems or suggestions please open an [issue](https://github.com/magsdk/app/issues) | ||
according to the contribution [rules](.github/contributing.md). | ||
@@ -48,0 +48,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16752
28
1
+ Addedstb-app@2.0.3(transitive)
- Removedstb-app@1.5.0(transitive)
Updatedspa-app@^1.5.1
Updatedstb-app@^2.0.1
Updatedstb-keys@^1.4.3