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 1.0.0-next.7 to 1.0.0-next.8

dist/cjs/index.js

10

package.json
{
"name": "@felte/common",
"version": "1.0.0-next.7",
"version": "1.0.0-next.8",
"description": "Common utilities for Felte packages",

@@ -8,6 +8,5 @@ "author": "Pablo Berganza <pablo@berganza.dev>",

"license": "MIT",
"main": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"types": "dist/types/index.d.ts",
"type": "module",

@@ -39,6 +38,5 @@ "engines": {

"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
},
"./dist/utils/*": "./dist/esm/utils/*.js",
"./package.json": "./package.json"

@@ -45,0 +43,0 @@ },

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