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

@crystallize/react-image

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crystallize/react-image - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

18

package.json
{
"name": "@crystallize/react-image",
"description": "Output a modern and responsive image based on the source variations from Crystallize",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",

@@ -15,2 +15,7 @@ "repository": {

],
"types": "src/index.d.ts",
"source": "src/index.js",
"main": "build/index.js",
"module": "build/index.module.js",
"unpkg": "build/index.umd.js",
"files": [

@@ -20,13 +25,4 @@ "build"

"exports": {
".": {
"browser": "./build/index.module.js",
"umd": "./build/index.umd.js",
"require": "./build/index.js"
}
".": "./build/index.module.js"
},
"types": "src/index.d.ts",
"source": "src/index.js",
"main": "build/index.js",
"module": "build/index.module.js",
"unpkg": "build/index.umd.js",
"devDependencies": {

@@ -33,0 +29,0 @@ "microbundle": "^0.12.4",

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