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

angular2-tinymce

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-tinymce - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "angular2-tinymce",
"version": "1.0.1",
"version": "1.0.2",
"description": "Angular 2 component for TinyMCE MCE WYSIWYG editor",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -43,3 +43,3 @@ import { Component, OnDestroy, AfterViewInit, forwardRef, NgZone } from '@angular/core';

selector: '#' + this.elementId,
plugins: ['link', 'paste', 'table', 'advlist', 'autoresize', 'image', 'lists', 'imagetools', 'code'],
plugins: ['link', 'paste', 'table', 'advlist', 'autoresize', 'lists',, 'code'],
skin_url: '/assets/tinymce/skins/lightgray',

@@ -46,0 +46,0 @@ setup: editor => {

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