@pnotify/core
Advanced tools
Comparing version 5.0.0-alpha.5 to 5.0.0-alpha.6
@@ -1,3 +0,3 @@ | ||
import PNotify from './PNotify.svelte'; | ||
import PNotify from './index.svelte'; | ||
export const component = (...args) => new PNotify(...args); |
{ | ||
"name": "@pnotify/core", | ||
"version": "5.0.0-alpha.5", | ||
"version": "5.0.0-alpha.6", | ||
"description": "PNotify Core", | ||
@@ -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 npm run build-umd && npm run build-cleanup", | ||
"build": "npm run build-umd && npm run build-cleanup", | ||
"build-umd": "webpack", | ||
"build-cleanup": "node cleanup.js", | ||
"watch": "ENV=development webpack --watch", | ||
"prepare": "rm -rf ./dist/ && npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"main": "dist/PNotify.js", | ||
"svelte": "index.svelte", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.6", | ||
"@babel/preset-env": "^7.8.6", | ||
"@smui/common": "^1.0.0-beta.20", | ||
"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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
159369
14
1696
11
2