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

merge-images

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merge-images - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

rollup.config.js

16

package.json
{
"name": "merge-images",
"version": "1.0.0",
"version": "1.0.1",
"description": "Easily compose images together without messing around with canvas",
"main": "src/index.js",
"main": "dist/index.umd.js",
"module": "dist/index.es2015.js",
"scripts": {
"lint": "xo",
"prebuild": "rm -rf dist",
"build": "rollup -c",
"pretest": "npm run build",
"test": "nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"prelint": "npm run build",
"lint": "xo"
},

@@ -36,2 +41,3 @@ "xo": {

"ava": "^0.18.1",
"camelcase": "^4.0.0",
"canvas": "^1.6.2",

@@ -43,4 +49,6 @@ "coveralls": "^2.11.15",

"pify": "^2.3.0",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"xo": "^0.17.1"
}
}

@@ -69,2 +69,2 @@ // Defaults

module.exports = mergeImages;
export default mergeImages;
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