angular2-tinymce
Advanced tools
Comparing version 1.1.2 to 1.2.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
29009
10
4
22
0
791
615
1
- Removedcopy-webpack-plugin@^4.0.1
- Removedraw-loader@^0.5.1
- Removedaproba@1.2.0(transitive)
- Removedarray-union@1.0.2(transitive)
- Removedarray-uniq@1.0.3(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbig.js@5.2.2(transitive)
- Removedbluebird@3.7.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbuffer-from@1.1.2(transitive)
- Removedcacache@10.0.4(transitive)
- Removedchownr@1.1.4(transitive)
- Removedcommondir@1.0.1(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconcat-stream@1.6.2(transitive)
- Removedcopy-concurrently@1.0.5(transitive)
- Removedcopy-webpack-plugin@4.6.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedcyclist@1.0.2(transitive)
- Removeddir-glob@2.2.2(transitive)
- Removedduplexify@3.7.1(transitive)
- Removedemojis-list@3.0.0(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedfind-cache-dir@1.0.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedflush-write-stream@1.1.1(transitive)
- Removedfrom2@2.3.0(transitive)
- Removedfs-write-stream-atomic@1.0.10(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedglobby@7.1.1(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removediferr@0.1.5(transitive)
- Removedignore@3.3.10(transitive)
- Removedimurmurhash@0.1.4(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedisarray@1.0.0(transitive)
- Removedjson5@1.0.2(transitive)
- Removedloader-utils@1.4.2(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedmake-dir@1.3.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmississippi@2.0.0(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedmove-concurrently@1.0.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedparallel-transform@1.2.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpath-type@3.0.0(transitive)
- Removedpify@3.0.0(transitive)
- Removedpkg-dir@2.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedpromise-inflight@1.0.1(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedpump@2.0.1(transitive)
- Removedpumpify@1.5.1(transitive)
- Removedraw-loader@0.5.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedrun-queue@1.0.3(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedserialize-javascript@1.9.1(transitive)
- Removedslash@1.0.0(transitive)
- Removedssri@5.3.0(transitive)
- Removedstream-each@1.2.3(transitive)
- Removedstream-shift@1.0.3(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedthrough2@2.0.5(transitive)
- Removedtypedarray@0.0.6(transitive)
- Removedunique-filename@1.1.1(transitive)
- Removedunique-slug@2.0.2(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedxtend@4.0.2(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyallist@2.1.2(transitive)