New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

akamai-image-converter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akamai-image-converter - npm Package Compare versions

Comparing version

to
0.0.2

dist/akamai-image-converter.min.js

19

package.json
{
"name": "akamai-image-converter",
"description": "🏞 Simple javascript util for Akamai image converter",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",

@@ -9,8 +9,10 @@ "author": "Irfan Maulana (https://github.com/mazipan/)",

"scripts": {
"build": "rollup -c",
"test": "./node_modules/.bin/jest --coverage"
},
"homepage": "https://github.com/mazipan/akamai-image-converter/",
"main": "akamai-image-converter.js",
"main": "dist/akamai-image-converter.min.js",
"files": [
"akamai-image-converter.js"
"akamai-image-converter.js",
"dist/akamai-image-converter.min.js"
],

@@ -35,12 +37,11 @@ "repository": {

"babel-loader": "^7.1.4",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"compression-webpack-plugin": "^1.1.11",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"jest": "^22.4.3",
"webpack": "^4.6.0",
"webpack-dev-server": "^3.1.3"
"rollup": "0.58.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-uglify": "^3.0.0",
"rollup-plugin-license": "^0.6.0"
}
}

@@ -5,5 +5,5 @@ # 🏞 akamai-image-converter

[![License](https://img.shields.io/github/license/mazipan/akamai-image-converter.svg?maxAge=3600)](https://github.com/mazipan/akamai-image-converter) [![version](https://img.shields.io/npm/v/akamai-image-converter.svg)](https://www.npmjs.com/package/akamai-image-converter)
[![downloads](https://img.shields.io/npm/dt/akamai-image-converter.svg)](https://www.npmjs.com/package/akamai-image-converter) [![Travis](https://img.shields.io/travis/mazipan/akamai-image-converter.svg)](https://travis-ci.org/mazipan/akamai-image-converter)
[![codecov](https://codecov.io/gh/mazipan/akamai-image-converter/branch/master/graph/badge.svg)](https://codecov.io/gh/mazipan/akamai-image-converter)
[![License](https://img.shields.io/github/license/mazipan/akamai-image-converter.svg?longCache=true)](https://github.com/mazipan/akamai-image-converter) [![version](https://img.shields.io/npm/v/akamai-image-converter.svg?maxAge=3600)](https://www.npmjs.com/package/akamai-image-converter)
[![downloads](https://img.shields.io/npm/dt/akamai-image-converter.svg?maxAge=86400)](https://www.npmjs.com/package/akamai-image-converter) [![Travis](https://img.shields.io/travis/mazipan/akamai-image-converter.svg?maxAge=86400)](https://travis-ci.org/mazipan/akamai-image-converter)
[![codecov](https://codecov.io/gh/mazipan/akamai-image-converter/branch/master/graph/badge.svg?maxAge=86400)](https://codecov.io/gh/mazipan/akamai-image-converter)

@@ -55,2 +55,2 @@

Copyright © 2017 by [Irfan Maulana](https://github.com/mazipan/)
Copyright © 2018 by [Irfan Maulana](https://github.com/mazipan/)