Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

noty

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noty - npm Package Compare versions

Comparing version 2.4.1 to 3.0.0

lib/noty.css

94

package.json
{
"name": "noty",
"version": "2.4.1",
"title": "noty - a jquery notification plugin",
"description": "noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"homepage": "http://needim.github.com/noty",
"author": {
"name": "Nedim Arabacı",
"url": "http://github.com/needim/"
},
"licenses": [
{
"type": "MIT",
"url": "http://noty.mit-license.org/"
}
],
"scripts": {
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/needim/noty.git"
},
"main": "js/noty/packaged/jquery.noty.packaged.js",
"dependencies": {
},
"devDependencies": {
"grunt": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-bump": "0.8.0",
"grunt-wrap": "^0.3.0"
}
"name": "noty",
"version": "3.0.0",
"title": "Noty - Notification Plugin",
"description": "Noty is a plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"homepage": "http://ned.im/noty",
"main": "lib/noty.js",
"keywords": [
"noty",
"notification",
"alert",
"confirmation"
],
"files": [
"lib",
"src"
],
"bugs": {
"url": "https://github.com/needim/noty/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/needim/noty.git"
},
"author": {
"name": "Nedim Arabacı",
"url": "http://ned.im"
},
"licenses": [
{
"type": "MIT",
"url": "http://noty.mit-license.org/"
}
],
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --compilers js:babel-core/register --colors -r jsdom-global/register ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -r jsdom-global/register -w ./test/*.spec.js"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel": "6.5.2",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.22.0",
"chai": "3.4.1",
"css-loader": "^0.26.0",
"eslint": "1.7.2",
"eslint-loader": "1.6.1",
"extract-text-webpack-plugin": "^2.0.0-beta",
"jsdom": "9.12.0",
"jsdom-global": "2.1.1",
"mocha": "2.3.4",
"node-sass": "^4.1.0",
"postcss-loader": "^1.0.0",
"sass-loader": "^4.0.1",
"style-loader": "^0.13.1",
"webpack": "2.2.1",
"yargs": "6.6.0"
}
}

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