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

jquery-toast-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-toast-plugin - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

bower.json
{
"name": "jquery-toast-plugin",
"description": "A highly customizable jquery toast plugin",
"version": "1.3.0",
"version": "1.3.1",
"main": [

@@ -6,0 +6,0 @@ "./dist/jquery.toast.min.js",

;
// jQuery toast plugin created by Kamran Ahmed copyright MIT license 2015
// v0.3
if ( typeof Object.create !== 'function' ) {

@@ -5,0 +4,0 @@ Object.create = function( obj ) {

{
"name": "jquery-toast-plugin",
"filename": "dist/jquery.toast.min.js",
"main": "jquery.toast.js",
"main": "dist/jquery.toast.min.js",
"style": "dist/jquery.toast.min.css",
"version": "1.3.0",
"version": "1.3.1",
"description": "Highly customizable jquery plugin to show toast messages",

@@ -36,2 +36,2 @@ "homepage": "http://www.kamranahmed.info/toast",

}
}
}

@@ -12,5 +12,11 @@ #Jquery Toast Plugin

```js
bower install kamranahmedse/jquery-toast-plugin
bower install jquery-toast-plugin
```
or via `npm`
```js
npm install jquery-toast-plugin
```
Or directly download the repository and place the content of `dist` wherever you can access them.

@@ -17,0 +23,0 @@ - Include the CSS and JS files.

;
// jQuery toast plugin created by Kamran Ahmed copyright MIT license 2015
// v1.3.0
if ( typeof Object.create !== 'function' ) {

@@ -5,0 +4,0 @@ Object.create = function( obj ) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc