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

ngx-quill

Package Overview
Dependencies
Maintainers
1
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-quill - npm Package Compare versions

Comparing version 1.2.3 to 1.3.0-beta.1

index.js

13

package.json
{
"name": "ngx-quill",
"license": "MIT",
"version": "1.2.3",
"version": "1.3.0-beta.1",
"author": {

@@ -17,4 +17,5 @@ "name": "Bengt Weiße"

"lint": "tslint --force \"src/**/*.ts\"",
"prepublish": "npm run test && npm run build",
"prepublish": "npm run test && npm run build && npm run build:aot",
"build": "webpack --display-error-details && cp bundles/ngx-quill.umd.js bundles/index.js",
"build:aot": "rm -rf aot && node_modules/.bin/ngc -p tsconfig-aot.json",
"pretest": "npm run lint",

@@ -38,8 +39,7 @@ "test": "karma start",

],
"main": "bundles/ngx-quill.umd.js",
"module": "bundles/index.js",
"main": "./index.js",
"typings": "index.d.ts",
"dependencies": {
"quill": "^1.2.0",
"@types/quill": "^0.0.29"
"@types/quill": "^0.0.29",
"quill": "^1.2.0"
},

@@ -54,2 +54,3 @@ "peerDependencies": {

"@angular/compiler": "^2.4.1 || ^4.0.0",
"@angular/compiler-cli": "^2.4.1 || ^4.0.0",
"@angular/core": "^2.4.1 || ^4.0.0",

@@ -56,0 +57,0 @@ "@angular/forms": "^2.4.1 || ^4.0.0",

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