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

responsive-loader

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

responsive-loader - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

index.js

@@ -5,3 +5,3 @@ /* eslint-disable */

var jimp = require('jimp');
var queue = require('queue-async');
var queue = require('d3-queue').queue;

@@ -8,0 +8,0 @@ var MIMES = {

{
"name": "responsive-loader",
"version": "0.5.1",
"version": "0.5.2",
"description": "A webpack loader for responsive images",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build-test": "webpack --config=./test/webpack.config.js",
"test": "npm run build-test && tape './test/build/test.js' | tap-spec"
},
"files": [
"index.js"
],
"repository": {

@@ -26,7 +30,10 @@ "type": "git",

"dependencies": {
"loader-utils": "^0.2.12",
"queue-async": "^1.0.7"
"d3-queue": "^2.0.3",
"loader-utils": "^0.2.12"
},
"devDependencies": {
"jimp": "^0.2.21"
"jimp": "^0.2.21",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"webpack": "^1.13.0"
},

@@ -33,0 +40,0 @@ "peerDependencies": {

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