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

auto-tile-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-tile-webpack-plugin - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

2

package.json
{
"name": "auto-tile-webpack-plugin",
"version": "0.9.0",
"version": "0.9.1",
"description": "Generate autotiles for Tiled automatically",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -17,6 +17,4 @@ const path = require('path')

const files = fs.readdirSync(this.inputDir).filter(file => file.endsWith('.png'))
const promises = files.map(file => this.convert(file))
Promise.all(promises).then(() => {
if (compiler.options.mode === 'development') this.watch()
})
files.forEach(file => this.convert(file))
if (compiler.options.mode === 'development') this.watch()
})

@@ -23,0 +21,0 @@ }

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