Socket
Socket
Sign inDemoInstall

ngx-color-picker

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-color-picker - npm Package Compare versions

Comparing version 8.2.0 to 9.0.0-1

esm2015/lib/color-picker.component.js

77

package.json

@@ -5,65 +5,20 @@ {

"bugs": "https://github.com/zefoy/ngx-color-picker/issues",
"version": "9.0.0-1",
"license": "MIT",
"version": "8.2.0",
"main": "./bundles/ngx-color-picker.umd.js",
"module": "./dist/ngx-color-picker.es5.js",
"typings": "./dist/ngx-color-picker.d.ts",
"tslint": {
"extends": "./tslint.json"
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"tslib": "^1.10.0"
},
"stylelint": {
"extends": "./stylelint.json"
},
"scripts": {
"clean": "rm -rf dist bundles",
"start": "npm run build && npm run bundle",
"watch": "watch --wait=5 'npm run start' src/",
"lint": "npm run lint:ts && npm run lint:css",
"build": "npm run build:html && npm run build:css && npm run build:js",
"bundle": "npm run bundle:es5 ; npm run bundle:umd ; npm run minify:umd",
"prepare": "npm run clean && npm run build && npm run bundle",
"lint:ts": "tslint \"src/**/*.ts\"",
"lint:css": "stylelint \"src/**/*.css\"",
"build:js": "ngc -p src/tsconfig.json",
"build:css": "cpx src/lib/color-picker.component.css dist/lib/",
"build:html": "cpx src/lib/color-picker.component.html dist/lib/",
"bundle:es5": "rollup -c config/rollup-es5.config.js --silent",
"bundle:umd": "rollup -c config/rollup-umd.config.js --silent",
"minify:umd": "terser bundles/$npm_package_name.umd.js -o bundles/$npm_package_name.umd.min.js --source-map=\"filename=bundles/$npm_package_name.umd.min.js.map\""
},
"repository": {
"type": "git",
"url": "https://github.com/zefoy/ngx-color-picker.git"
},
"dependencies": {},
"devDependencies": {
"@angular/cli": "^8.1.0",
"@angular/common": "^8.1.0",
"@angular/compiler": "^8.1.0",
"@angular/compiler-cli": "^8.1.0",
"@angular/core": "^8.1.0",
"@angular/platform-browser": "^8.1.0",
"@angular-devkit/build-angular": "^0.801.0",
"@types/node": "^12.6.0",
"codelyzer": "^5.1.0",
"core-js": "^3.1.0",
"cpx": "^1.5.0",
"rollup": "^1.16.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.0",
"rxjs": "^6.5.0",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.0",
"terser": "^4.1.0",
"tsickle": "~0.34.0",
"tslint": "^5.18.0",
"typescript": "~3.4.0",
"watch": "^1.0.0",
"zone.js": "^0.9.0"
},
"peerDependencies": {
"@angular/common": ">=5.0.0",
"@angular/core": ">=5.0.0"
}
"main": "bundles/ngx-color-picker.umd.js",
"module": "fesm5/ngx-color-picker.js",
"es2015": "fesm2015/ngx-color-picker.js",
"esm5": "esm5/ngx-color-picker.js",
"esm2015": "esm2015/ngx-color-picker.js",
"fesm5": "fesm5/ngx-color-picker.js",
"fesm2015": "fesm2015/ngx-color-picker.js",
"typings": "ngx-color-picker.d.ts",
"metadata": "ngx-color-picker.metadata.json",
"sideEffects": false
}

@@ -13,3 +13,3 @@ # Angular Color Picker

|
[StackBlitz example](https://stackblitz.com/github/zefoy/ngx-color-picker/tree/master/example)
[StackBlitz example](https://stackblitz.com/github/zefoy/ngx-color-picker/tree/master)

@@ -20,3 +20,3 @@ ### Building the library

npm install
npm start
npm run build
```

@@ -27,15 +27,6 @@

```bash
cd example
npm install
npm start
npm run start
```
### Library development
```bash
npm link
cd example
npm link ngx-color-picker
```
### Installing and usage

@@ -42,0 +33,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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