New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mag-component-modal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mag-component-modal - npm Package Compare versions

Comparing version

to
1.0.12

19

package.json
{
"name": "mag-component-modal",
"version": "1.0.11",
"description": "Base layout list implementation.",
"version": "1.0.12",
"description": "Base modal window with header element",
"author": {

@@ -11,20 +11,21 @@ "name": "Stanislav Kalashnik",

"type": "git",
"url": "git@192.168.1.222:/web/magsdk/component-modal"
"url": "https://github.com/magsdk/component-modal.git"
},
"scripts": {
"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-component-modal": "1.*.*",
"stb-component": "1.*.*"
"stb-component-modal": "^1.0.0",
"stb-component": "^1.4.0"
},
"devDependencies": {
"eslint": "4.*.*",
"mag-eslint-config": "1.*.*"
"jsdoc": "^3.5.5",
"mag-eslint": "^1.0.0"
},
"keywords": [
"mag",
"sdk",
"magsdk",

@@ -31,0 +32,0 @@ "framework",

@@ -54,4 +54,4 @@ Modal component

If you have any problem or suggestion please open an issue [here](https://github.com/magsdk/component-modal/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/component-modal/issues)
according to the contribution [rules](.github/contributing.md).

@@ -58,0 +58,0 @@