New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@felte/core

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@felte/core - npm Package Compare versions

Comparing version 1.0.0-next.7 to 1.0.0-next.8

dist/create-form-action.d.ts

12

package.json
{
"name": "@felte/core",
"version": "1.0.0-next.7",
"version": "1.0.0-next.8",
"description": "Core package for FelteJS",
"main": "dist/index.js",
"browser": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",

@@ -27,3 +27,3 @@ "type": "module",

"dependencies": {
"@felte/common": "1.0.0-next.6"
"@felte/common": "1.0.0-next.7"
},

@@ -38,5 +38,5 @@ "publishConfig": {

".": {
"import": "./dist/index.mjs",
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"default": "./dist/index.mjs"
"default": "./dist/esm/index.js"
},

@@ -47,3 +47,3 @@ "./package.json": "./package.json"

"prebuild": "rimraf ./dist",
"build": "cross-env NODE_ENV=production rollup -c",
"build": "pnpm prebuild && cross-env NODE_ENV=production rollup -c",
"docs:build": "typedoc --out ../../docs",

@@ -50,0 +50,0 @@ "dev": "rollup -cw",

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