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.7.0 to 0.8.0-alpha.1

lib/adapters/jimp.js

27

package.json
{
"name": "responsive-loader",
"version": "0.7.0",
"version": "0.8.0-alpha.1",
"description": "A webpack loader for responsive images",
"main": "index.js",
"main": "lib/index.js",
"engines": {

@@ -10,8 +10,12 @@ "node": ">=4"

"scripts": {
"build-test": "webpack --config=./test/webpack.config.js",
"clean-test": "rm -f test/**/build/*.jpg test/**/build/*.png test/**/build/**/*.jpg test/**/build/**/*.png test/**/build/test.js",
"build-test-jimp": "webpack --config=./test/jimp/webpack.config.js",
"build-test-sharp": "webpack --config=./test/sharp/webpack.config.js",
"build": "babel src --out-dir lib",
"lint": "eslint --ignore-path=.gitignore .",
"test": "npm run lint && npm run build-test && tape './test/build/test.js' | tap-spec"
"test": "npm run build && npm run clean-test && npm run build-test-jimp && npm run build-test-sharp && jest",
"shipit": "scripts/publish"
},
"files": [
"index.js"
"lib"
],

@@ -35,12 +39,14 @@ "repository": {

"dependencies": {
"d3-queue": "^3.0.2",
"loader-utils": "^0.2.12"
"loader-utils": "^0.2.16"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-preset-env": "^1.1.6",
"eslint": "^3.2.2",
"eslint-config-interactivethings": "^3.0.0",
"eslint-plugin-react": "^5.2.2",
"jest": "^18.1.0",
"jimp": "^0.2.21",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"sharp": "^0.17.0",
"webpack": "^1.13.0"

@@ -50,3 +56,6 @@ },

"jimp": "^0.2.21"
},
"jest": {
"testEnvironment": "node"
}
}
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