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

@felte/common

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@felte/common - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

6

CHANGELOG.md
# @felte/common
## 0.4.9
### Patch Changes
- 16ff018: Export ES module as default
## 0.4.8

@@ -4,0 +10,0 @@

5

package.json
{
"name": "@felte/common",
"version": "0.4.8",
"version": "0.4.9",
"description": "Common utilities for Felte packages",

@@ -34,3 +34,4 @@ "author": "Pablo Berganza <pablo@berganza.dev>",

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

@@ -37,0 +38,0 @@ "./dist/utils/*": "./dist/esm/utils/*.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