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

@jinker/autodll-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jinker/autodll-webpack-plugin - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

3

lib/createMemory.js

@@ -44,3 +44,4 @@ 'use strict';

}).filter(function (filename) {
return _path2.default.extname(filename) === '.js';
return (/\.(js|map|css|)$/.test(_path2.default.extname(filename))
);
}).map(function (filename) {

@@ -47,0 +48,0 @@ return (0, _bluebird.join)(filename, fs.readFileAsync(_path2.default.join(cacheDir, hash, filename)));

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.3.1",
"version": "0.3.2",
"description": "[![Build Status](https://travis-ci.org/asfktz/autodll-webpack-plugin.svg?branch=master)](https://travis-ci.org/asfktz/autodll-webpack-plugin)",

@@ -8,0 +8,0 @@ "main": "lib/index.js",

@@ -20,3 +20,3 @@ import MemoryFileSystem from 'memory-fs';

.catch(() => [])
.filter(filename => path.extname(filename) === '.js')
.filter(filename => /\.(js|map|css|)$/.test(path.extname(filename)))
.map(filename =>

@@ -23,0 +23,0 @@ join(filename, fs.readFileAsync(path.join(cacheDir, hash, filename)))

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