Socket
Socket
Sign inDemoInstall

vue-demi

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-demi - npm Package Compare versions

Comparing version 0.7.5 to 0.8.0

lib/index.esm.mjs

6

package.json
{
"name": "vue-demi",
"version": "0.7.5",
"version": "0.8.0",
"repository": "https://github.com/antfu/vue-demi.git",

@@ -11,7 +11,7 @@ "funding": "https://github.com/sponsors/antfu",

"unpkg": "lib/index.iife.js",
"module": "lib/index.esm.js",
"module": "lib/index.esm.mjs",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.esm.js",
"import": "./lib/index.esm.mjs",
"require": "./lib/index.cjs.js"

@@ -18,0 +18,0 @@ },

@@ -188,2 +188,4 @@ <p align="center">

- [fluent-vue](https://github.com/Demivan/fluent-vue) - Vue.js integration for [Fluent.js](https://github.com/projectfluent/fluent.js) - JavaScript implementation of [Project Fluent](https://projectfluent.org)
- [vue-datatable-url-sync](https://github.com/socotecio/vue-datatable-url-sync) - Synchronize datatable options and filters with the url to keep user preference even after refresh or navigation
- [vue-insta-stories](https://github.com/UnevenSoftware/vue-insta-stories) - Instagram stories in your vue projects.

@@ -190,0 +192,0 @@ > open a PR to add your library ;)

@@ -33,3 +33,3 @@ const fs = require('fs')

const esmPath = path.join(dir, 'index.esm.js')
const esmPath = path.join(dir, 'index.esm.mjs')
let content = fs.readFileSync(esmPath, 'utf-8')

@@ -50,3 +50,3 @@

copy('index.cjs.js', version, vue)
copy('index.esm.js', version, vue)
copy('index.esm.mjs', version, vue)
copy('index.d.ts', version, vue)

@@ -53,0 +53,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