Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.1.3 to 0.1.4

8

CHANGELOG.md
# @felte/core
## 0.1.4
### Patch Changes
- 16ff018: Export ES module as default
- Updated dependencies [16ff018]
- @felte/common@0.4.9
## 0.1.3

@@ -4,0 +12,0 @@

7

package.json
{
"name": "@felte/core",
"version": "0.1.3",
"version": "0.1.4",
"description": "Core package for FelteJS",

@@ -23,3 +23,3 @@ "main": "dist/index.js",

"dependencies": {
"@felte/common": "0.4.8"
"@felte/common": "0.4.9"
},

@@ -35,3 +35,4 @@ "publishConfig": {

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

@@ -38,0 +39,0 @@ "./package.json": "./package.json"

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