Socket
Socket
Sign inDemoInstall

tiny-toast

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

17

package.json
{
"name": "tiny-toast",
"description": "Tiny library for JavaScript only message popups",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",

@@ -11,3 +11,5 @@ "scripts": {

"build": "webpack --verbose",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"deploy": "grunty grunt-gh-pages gh-pages deploy.json",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
},

@@ -38,6 +40,9 @@ "repository": {

"devDependencies": {
"grunt": "0.4.5",
"grunt-gh-pages": "1.0.0",
"grunty": "0.2.0",
"pre-git": "3.1.1",
"semantic-release": "^4.3.5",
"standard": "5.4.1",
"webpack": "1.12.9",
"semantic-release": "^4.3.5"
"webpack": "1.12.9"
},

@@ -53,3 +58,5 @@ "config": {

],
"pre-push": [],
"pre-push": [
"npm run size"
],
"post-commit": [],

@@ -56,0 +63,0 @@ "post-merge": []

@@ -10,2 +10,4 @@ # tiny-toast

[demo](http://glebbahmutov.com/tiny-toast/)
![tiny toast screenshot](tiny-toast.png)

@@ -12,0 +14,0 @@

Sorry, the diff of this file is not supported yet

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