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

palettify

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

palettify - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/palettify.esm.js

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="1.0.2"></a>
## [1.0.2](https://github.com/dobromir-hristov/palettify/compare/v1.0.1...v1.0.2) (2017-07-15)
<a name="1.0.1"></a>

@@ -7,0 +12,0 @@ ## [1.0.1](https://github.com/dobromir-hristov/palettify/compare/v1.0.0...v1.0.1) (2017-07-15)

2

dist/palettify.common.js
/*!
* palettify v1.0.0
* palettify v1.0.2
* (c) 2017 Dobromir Hristov

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* palettify v1.0.0
* palettify v1.0.2
* (c) 2017 Dobromir Hristov

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* palettify v1.0.0
* palettify v1.0.2
* (c) 2017 Dobromir Hristov

@@ -4,0 +4,0 @@ * Released under the MIT License.

{
"name": "palettify",
"description": "Configurable JavaScript plugin to extract image primary colors and apply cool effects to it.",
"version": "1.0.1",
"version": "1.0.2",
"author": {

@@ -73,2 +73,7 @@ "name": "Dobromir Hristov"

"dist/palettify.common.js",
"dist/palettify.esm.js",
"dist/palettify.min.css",
"dist/palettify.standalone.js",
"dist/palettify.standalone.min.js",
"dist/palettify.styles.min.js",
"src"

@@ -100,4 +105,3 @@ ],

"dev": "webpack-dev-server --inline --config config/webpack.dev.conf.js",
"changelog": "conventional-changelog -i CHANGELOG.md -s -p eslint",
"release": "conventional-github-releaser -p eslint",
"release": "standard-version -a",
"clean": "rm -rf coverage && rm -rf dist/*.js* && rm ./*.log",

@@ -117,3 +121,8 @@ "docs": "docsify serve docs",

}
},
"standard-version": {
"scripts": {
"postchangelog": "npm run build && git add -A"
}
}
}
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