responsive-loader
Advanced tools
Comparing version 0.7.0 to 0.8.0-alpha.1
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16043
2
7
178
10
1
- Removedd3-queue@^3.0.2
- Removedd3-queue@3.0.7(transitive)
Updatedloader-utils@^0.2.16