Socket
Socket
Sign inDemoInstall

@pnotify/reference

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.5 to 5.0.0-alpha.6

CHANGELOG.md

32

package.json
{
"name": "@pnotify/reference",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"description": "PNotify - Reference 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/PNotifyReference.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"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc