@renditions/react-picture-source
Advanced tools
+5
-5
| { | ||
| "name": "@renditions/react-picture-source", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "React component for rendering HTML source tag with nice abstractions over srcset and sizes attributes.", | ||
@@ -37,9 +37,9 @@ "main": "Source.dist.js", | ||
| "devDependencies": { | ||
| "@types/react": "^17.0.17", | ||
| "@types/react": "17.0.17", | ||
| "@typescript-eslint/eslint-plugin": "4.29.1", | ||
| "esbuild": "0.12.20", | ||
| "eslint": "7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-jest": "^24.4.0", | ||
| "eslint-plugin-prettier": "^3.4.0", | ||
| "eslint-config-prettier": "8.3.0", | ||
| "eslint-plugin-jest": "24.4.0", | ||
| "eslint-plugin-prettier": "3.4.0", | ||
| "eslint-plugin-react": "7.24.0", | ||
@@ -46,0 +46,0 @@ "eslint-plugin-react-hooks": "4.2.0", |
+3
-3
@@ -26,5 +26,5 @@ # @renditions/react-picture-source | ||
| const renditions = [ | ||
| { width: '320' }, | ||
| { width: '768' }, | ||
| { width: '1280' } | ||
| { width: 320 }, | ||
| { width: 768 }, | ||
| { width: 1280 } | ||
| ] | ||
@@ -31,0 +31,0 @@ ``` |
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
0
-100%23241
-0.04%