Socket
Socket
Sign inDemoInstall

imagemin-upng

Package Overview
Dependencies
3
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

dist/index.mjs

22

dist/index.js

@@ -10,22 +10,2 @@ 'use strict'

function _extends() {
_extends =
Object.assign ||
function(target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i]
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key]
}
}
}
return target
}
return _extends.apply(this, arguments)
}
function _async(f) {

@@ -46,3 +26,3 @@ return function() {

function process(options) {
options = _extends(
options = Object.assign(
{

@@ -49,0 +29,0 @@ cnum: 256,

{
"name": "imagemin-upng",
"version": "2.0.0",
"version": "2.0.1",
"description": "upng imagemin plugin",

@@ -29,2 +29,3 @@ "keywords": [

"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {

@@ -47,3 +48,3 @@ "build": "run-p build:*",

"lint:prettier": "prettier \"**/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml}\" --check",
"release": "run-s build lint test format dist",
"release": "run-s clean build lint test format dist",
"test": "ava",

@@ -78,2 +79,3 @@ "test-coverage": "nyc ava"

"@babel/core": "7.7.7",
"@babel/plugin-proposal-object-rest-spread": "7.7.7",
"@babel/preset-env": "7.7.7",

@@ -101,3 +103,2 @@ "@commitlint/cli": "8.2.0",

"rollup-plugin-babel": "4.3.3",
"rollup-plugin-filesize": "6.2.1",
"rollup-plugin-prettier": "0.6.0",

@@ -104,0 +105,0 @@ "sort-package-json": "1.31.0"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc