@pnotify/desktop
Advanced tools
Comparing version 5.0.0-alpha.5 to 5.0.0-alpha.6
{ | ||
"name": "@pnotify/desktop", | ||
"version": "5.0.0-alpha.5", | ||
"version": "5.0.0-alpha.6", | ||
"description": "PNotify - Desktop Module", | ||
@@ -25,5 +25,2 @@ "keywords": [ | ||
"author": "Hunter Perrin", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
@@ -33,5 +30,30 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"build-dev": "ENV=development webpack", | ||
"build": "webpack", | ||
"watch": "ENV=development webpack --watch", | ||
"prepare": "rm -rf ./dist/ && npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"main": "dist/PNotifyDesktop.js", | ||
"svelte": "index.svelte", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
}, | ||
"dependencies": { | ||
"@pnotify/core": "^5.0.0-alpha.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.6", | ||
"@babel/preset-env": "^7.8.6", | ||
"babel-loader": "^8.0.6", | ||
"css-loader": "^3.4.2", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"style-loader": "^1.1.3", | ||
"svelte": "^3.19.1", | ||
"svelte-loader": "^2.13.6", | ||
"webpack": "^4.41.6", | ||
"webpack-cli": "^3.3.11" | ||
}, | ||
"gitHead": "b16625e6f6f228090b237dec49796c312f0e30db" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
34217
7
63
0
1
10
1
+ Added@pnotify/core@^5.0.0-alpha.6
+ Added@pnotify/core@5.2.0(transitive)