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

@preact/compat

Package Overview
Dependencies
Maintainers
10
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@preact/compat - npm Package Compare versions

Comparing version 17.0.2 to 17.0.3

index.mjs

37

package.json
{
"public": true,
"name": "@preact/compat",
"version": "17.0.2",
"version": "17.0.3",
"description": "Alias of preact/compat",
"main": "index.js",
"module": "index.module.js",
"repository": "preactjs/preact",
"main": "./index.js",
"module": "./index.mjs",
"exports": {
".": {
"module": "./index.mjs",
"import": "./index.mjs",
"require": "./index.js"
},
"./server": {
"module": "./server.mjs",
"import": "./server.mjs",
"require": "./server.js"
},
"./jsx-dev-runtime": {
"module": "./jsx-dev-runtime.mjs",
"import": "./jsx-dev-runtime.mjs",
"require": "./jsx-dev-runtime.js"
},
"./jsx-runtime": {
"module": "./jsx-runtime.mjs",
"import": "./jsx-runtime.mjs",
"require": "./jsx-runtime.js"
},
"./*": "./*.js",
"./": "./"
},
"repository": "preactjs/compat-alias-package",
"author": "Preact Team <team@preactjs.com>",
"license": "MIT",
"homepage": "https://github.com/preactjs/preact",
"homepage": "https://preactjs.com",
"peerDependencies": {
"preact": "*"
},
"devDependencies": {
"preact": "^10.5.15"
}
}
index.module.js
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