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.2.0 to 1.3.0

4

dist/angular2-tinymce.module.js

@@ -10,2 +10,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { TinymceDefaultOptions } from './angular2-tinymce.default';
import tinymce from 'tinymce/tinymce.js';

@@ -38,2 +39,5 @@ var TinymceModule = TinymceModule_1 = (function () {

],
providers: [
{ provide: 'tinymce-config', useClass: TinymceDefaultOptions }
]
})

@@ -40,0 +44,0 @@ ], TinymceModule);

6

lib/angular2-tinymce.module.ts

@@ -21,5 +21,5 @@ import { NgModule, ModuleWithProviders } from '@angular/core';

],
// providers: [
// { provide: CONFIG_TOKEN, useClass: TinymceDefaultOptions }
// ]
providers: [
{ provide: 'tinymce-config', useClass: TinymceDefaultOptions }
]
})

@@ -26,0 +26,0 @@ export class TinymceModule {

{
"name": "angular2-tinymce",
"version": "1.2.0",
"version": "1.3.0",
"description": "Angular 2 component for TinyMCE MCE WYSIWYG editor",

@@ -5,0 +5,0 @@ "main": "dist/angular2-tinymce.module",

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