🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@renditions/react-picture-source

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

@renditions/react-picture-source - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+5
-5
package.json
{
"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",

@@ -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 @@ ```