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

@capri-js/preact

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capri-js/preact - npm Package Compare versions

Comparing version 2.0.2 to 3.0.0

20

CHANGELOG.md

@@ -0,1 +1,21 @@

# @capri-js/preact [3.0.0](https://github.com/capri-js/capri/compare/@capri-js/preact@2.0.2...@capri-js/preact@3.0.0) (2022-06-15)
### Bug Fixes
* remove custom export condition ([068088a](https://github.com/capri-js/capri/commit/068088a38354fce79cfaec588ccd473d72ebc14a))
### BREAKING CHANGES
* The vite plugin now needs to be imported from @capri-js/<framework>/vite-plugin
### Dependencies
* **capri:** upgraded to 3.0.0
## @capri-js/preact [2.0.2](https://github.com/capri-js/capri/compare/@capri-js/preact@2.0.1...@capri-js/preact@2.0.2) (2022-06-15)

@@ -2,0 +22,0 @@

19

package.json
{
"name": "@capri-js/preact",
"version": "2.0.2",
"version": "3.0.0",
"description": "",

@@ -13,10 +13,10 @@ "author": "Felix Gnass <fgnass@gmail.com>",

"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"server": "./lib/server.js",
"browser": "./lib/browser.js",
"node": "./lib/index.js"
"default": "./lib/index.js"
},
"./vite-plugin": {
"default": "./lib/vite-plugin.js"
},
"./hydrate": {

@@ -26,4 +26,11 @@ "default": "./lib/hydrate.js"

},
"typesVersions": {
"*": {
"*": [
"lib/*"
]
}
},
"dependencies": {
"capri": "^2.0.2"
"capri": "^3.0.0"
},

@@ -30,0 +37,0 @@ "peerDependencies": {

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