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.1.2 to 1.2.0

dist/angular2-tinymce.component.d.ts

31

package.json
{
"name": "angular2-tinymce",
"version": "1.1.2",
"version": "1.2.0",
"description": "Angular 2 component for TinyMCE MCE WYSIWYG editor",
"main": "index.js",
"main": "dist/angular2-tinymce.module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline"
"start": "webpack-dev-server --inline",
"build": "rm -rf dist && ngc -p tsconfig-aot.json",
"watch": "tsc --watch --project ./lib",
"ngc": "node_modules/.bin/ngc"
},

@@ -29,5 +32,3 @@ "keywords": [

"@angular/platform-browser-dynamic": "^2.4.4",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"raw-loader": "^0.5.1",
"rxjs": "^5.0.3",

@@ -38,18 +39,6 @@ "tinymce": "^4.5.2",

"devDependencies": {
"@types/core-js": "^0.9.35",
"@types/ip": "0.0.29",
"@types/node": "^7.0.3",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "^3.0.0-beta.18",
"es6-promise": "^4.0.5",
"html-webpack-plugin": "^2.26.0",
"imports-loader": "^0.7.0",
"ip": "^1.1.4",
"ts-helpers": "^1.1.2",
"ts-node": "^2.0.0",
"typescript": "^2.1.5",
"webpack": "^2.2.0-rc.3",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-server": "^2.2.0-rc.0",
"webpack-md5-hash": "0.0.5"
"@angular/compiler": "^2.4.10",
"@angular/compiler-cli": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"typescript": "^2.3.0-dev.20170326"
},

@@ -56,0 +45,0 @@ "bugs": {

@@ -18,7 +18,7 @@ # angular2-tinymce

@NgModule({
imports: [
...
TinymceModule
],
...
imports: [
...
TinymceModule
],
...
})

@@ -43,9 +43,9 @@ export class AppModule { }

@NgModule({
imports: [
...
TinymceModule.withConfig({
... //any TinyMCE config here
})
],
...
imports: [
...
TinymceModule.withConfig({
... //any TinyMCE config here
})
],
...
})

@@ -72,10 +72,10 @@ export class AppModule { }

@NgModule({
imports: [
...
TinymceModule.withConfig({
plugins: ['emoticons'],
toolbar: 'emoticons'
})
],
...
imports: [
...
TinymceModule.withConfig({
plugins: ['emoticons'],
toolbar: 'emoticons'
})
],
...
})

@@ -82,0 +82,0 @@ export class AppModule { }

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"module": "es2015",
"sourceMap": true,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es5", "dom"],
"noEmitHelpers": true,
"skipDefaultLibCheck": true,
"pretty": true,
"sourceMap": true,
"strictNullChecks": false,
"typeRoots": [
"node_modules/@types"
]
"outDir": "./dist",
"declaration": true,
"lib": ["es2015", "dom"]
},
"exclude": [
"node_modules",
"compiled",
"e2e/**/*.ts"
],
"awesomeTypescriptLoaderOptions": {
"useWebpackText": true,
"forkChecker": true,
"useCache": true
},
"compileOnSave": false,
"buildOnSave": false,
"atom": { "rewriteTsconfig": false }
}
"files": [
"lib/angular2-tinymce.module.ts"
]
}

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