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

quill

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quill - npm Package Compare versions

Comparing version 0.19.12 to 0.19.14

50

package.json
{
"name": "quill",
"version": "0.19.12",
"version": "0.19.14",
"description": "Cross browser rich text editor",

@@ -13,26 +13,28 @@ "author": "Jason Chen <jhchen7@gmail.com>",

"devDependencies": {
"async": "~0.9.0",
"browserify": "~9.0.3",
"async": "~1.2.1",
"browserify": "~10.2.1",
"coffee-script": "~1.9.0",
"coffeeify": "~1.0.0",
"derequire": "~1.2.0",
"eventemitter2": "~0.4.13",
"coffeeify": "~1.1.0",
"derequire": "~2.0.0",
"eventemitter2": "~0.4.14",
"glob": "~5.0.3",
"grunt": "~0.4.5",
"grunt-browserify": "~3.5.0",
"grunt-browserify": "~3.8.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-stylus": "~0.21.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-karma": "~0.10.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-karma": "~0.11.0",
"grunt-lodash": "~0.4.0",
"grunt-protractor-runner": "~1.2.1",
"grunt-protractor-runner": "~2.0.0",
"grunt-sauce-connect-launcher": "~0.3.0",
"harp": "~0.14.0",
"http-proxy": "~1.10.0",
"harp": "~0.17.0",
"http-proxy": "~1.11.1",
"istanbul": "~0.3.5",
"jasmine-core": "~2.3.4",
"jquery": "~2.1.3",

@@ -42,17 +44,17 @@ "karma": "~0.12.31",

"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "~0.2.7",
"karma-coverage": "~0.4.2",
"karma-firefox-launcher": "~0.1.4",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.3.4",
"karma-phantomjs-launcher": "~0.1.4",
"karma-jasmine": "~0.3.5",
"karma-safari-launcher": "~0.1.1",
"karma-sauce-launcher": "~0.2.10",
"load-grunt-tasks": "~3.1.0",
"lodash": "~3.6.0",
"protractor": "~1.8.0",
"rich-text": "~1.1.0",
"load-grunt-tasks": "~3.2.0",
"lodash": "~3.9.1",
"lodash-cli": "~3.9.3",
"protractor": "~2.1.0",
"rich-text": "~2.0.0",
"stylify": "~1.0.0",
"stylus": "~0.50.0",
"through": "~2.3.6",
"watchify": "~3.1.0"
"stylus": "~0.51.1",
"through": "~2.3.7",
"watchify": "~3.2.1"
},

@@ -59,0 +61,0 @@ "browser": {

@@ -38,3 +38,3 @@ # [Quill Rich Text Editor](http://quilljs.com/) [![Build Status](https://travis-ci.org/quilljs/quill.svg?branch=master)](http://travis-ci.org/quilljs/quill)

There are a number of ways to the latest or versioned copy of Quill.
There are a number of ways to download the latest or versioned copy of Quill.

@@ -78,5 +78,5 @@ - npm: `npm install quill`

grunt test:unit - runs javascript test suite with chrome
grunt test:unit - runs javascript test suite with Chrome
grunt test:e2e - runs end to end tests with Webdriver + Chrome
grunt test:coverage - run coverage tests using phantomjs
grunt test:coverage - run tests measuring coverage with Chrome

@@ -83,0 +83,0 @@ Tests are run by [Karma](http://karma-runner.github.io/) and [Protractor](https://github.com/angular/protractor) using [Jasmine](http://jasmine.github.io/). Check out `Gruntfile.coffee` and `config/grunt/` for more testing options.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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