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

ng2-tinymce

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-tinymce - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

lib/tinymce.component.ngfactory.d.ts

8

lib/index.js

@@ -1,3 +0,7 @@

export * from './tinymce.module';
export * from './tinymce.component';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
__export(require('./tinymce.module'));
__export(require('./tinymce.component'));
//# sourceMappingURL=index.js.map

@@ -0,1 +1,2 @@

/// <reference types="core-js" />
import { EventEmitter, NgZone } from '@angular/core';

@@ -2,0 +3,0 @@ import { ControlValueAccessor } from '@angular/forms';

@@ -1,4 +0,5 @@

import { Component, EventEmitter, forwardRef, Input, Output, NgZone } from '@angular/core';
import { NG_VALUE_ACCESSOR } from '@angular/forms';
export var TinymceComponent = (function () {
"use strict";
var core_1 = require('@angular/core');
var forms_1 = require('@angular/forms');
var TinymceComponent = (function () {
/**

@@ -9,5 +10,5 @@ * Constructor

this.elementId = Math.random().toString(36).substring(2);
this.change = new EventEmitter();
this.ready = new EventEmitter();
this.blur = new EventEmitter();
this.change = new core_1.EventEmitter();
this.ready = new core_1.EventEmitter();
this.blur = new core_1.EventEmitter();
this._value = '';

@@ -75,8 +76,8 @@ this.value = this.initVal;

TinymceComponent.decorators = [
{ type: Component, args: [{
{ type: core_1.Component, args: [{
selector: 'tinymce',
providers: [
{
provide: NG_VALUE_ACCESSOR,
useExisting: forwardRef(function () { return TinymceComponent; }),
provide: forms_1.NG_VALUE_ACCESSOR,
useExisting: core_1.forwardRef(function () { return TinymceComponent; }),
multi: true

@@ -90,13 +91,14 @@ }

TinymceComponent.ctorParameters = [
{ type: NgZone, },
{ type: core_1.NgZone, },
];
TinymceComponent.propDecorators = {
'change': [{ type: Output },],
'ready': [{ type: Output },],
'blur': [{ type: Output },],
'initVal': [{ type: Input },],
'value': [{ type: Input },],
'change': [{ type: core_1.Output },],
'ready': [{ type: core_1.Output },],
'blur': [{ type: core_1.Output },],
'initVal': [{ type: core_1.Input },],
'value': [{ type: core_1.Input },],
};
return TinymceComponent;
}());
exports.TinymceComponent = TinymceComponent;
//# sourceMappingURL=tinymce.component.js.map

@@ -1,16 +0,17 @@

import { NgModule } from '@angular/core';
import { TinymceComponent } from './tinymce.component';
"use strict";
var core_1 = require('@angular/core');
var tinymce_component_1 = require('./tinymce.component');
/**
* TinymceModule
*/
export var TinymceModule = (function () {
var TinymceModule = (function () {
function TinymceModule() {
}
TinymceModule.decorators = [
{ type: NgModule, args: [{
{ type: core_1.NgModule, args: [{
declarations: [
TinymceComponent,
tinymce_component_1.TinymceComponent,
],
exports: [
TinymceComponent,
tinymce_component_1.TinymceComponent,
]

@@ -23,2 +24,3 @@ },] },

}());
exports.TinymceModule = TinymceModule;
//# sourceMappingURL=tinymce.module.js.map
{
"name": "ng2-tinymce",
"version": "1.0.13",
"version": "1.0.14",
"description": "Angular2 TinyMCE Component",

@@ -9,3 +9,3 @@ "main": "lib/index.js",

"watch": "ngc -p src -w",
"build": "rm -rf lib && ngc -p src"
"build": "rm -rf lib && ngc -p tsconfig.json"
},

@@ -27,6 +27,8 @@ "repository": {

"devDependencies": {
"@angular/compiler": "^2.2.0",
"@angular/compiler-cli": "^2.2.0",
"@angular/platform-server": "^2.2.0",
"typescript": "^2.0.10"
"@angular/compiler": "^2.1.0",
"@angular/compiler-cli": "^2.1.0",
"@angular/platform-server": "^2.1.0",
"@types/core-js": "^0.9.34",
"@types/node": "^6.0.45",
"typescript": "^2.0.3"
},

@@ -33,0 +35,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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