Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mag-app

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mag-app - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

17

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc