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

@magnetarjs/plugin-vue3

Package Overview
Dependencies
Maintainers
2
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetarjs/plugin-vue3 - npm Package Compare versions

Comparing version 0.1.26 to 0.5.9-beta.1

dist/index.d.ts

42

package.json
{
"name": "@magnetarjs/plugin-vue3",
"version": "0.1.26",
"version": "0.5.9-beta.1",
"sideEffects": false,
"description": "Magnetar plugin vue3",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "npm run rollup",
"test-and-build": "npm run test && npm run build",
"test": "ava",
"test--only": "ava --match='*only:*'",
"rollup": "rimraf dist && rollup -c build.js"
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"author": "Luca Ban - Mesqueeb",

@@ -24,6 +26,5 @@ "funding": "https://github.com/sponsors/mesqueeb",

"dependencies": {
"@magnetarjs/core": "^0.3.7",
"@magnetarjs/utils": "^0.1.25",
"@magnetarjs/core": "0.5.9-beta.1",
"@magnetarjs/utils": "0.5.9-beta.1",
"copy-anything": "^2.0.3",
"fast-sort": "^3.1.1",
"filter-anything": "^2.2.1",

@@ -36,3 +37,3 @@ "is-what": "^3.14.1",

"devDependencies": {
"@magnetarjs/test-utils": "^0.1.18",
"@magnetarjs/test-utils": "0.5.9-beta.1",
"vue": "^3.2.26"

@@ -79,7 +80,14 @@ },

"require": [
"ts-node/register"
"esbuild-register"
],
"timeout": "60s"
},
"gitHead": "641b0f9aadf1a8ac1394eece5b126ee6dbd29c87"
}
"gitHead": "7358494dc3072b8f1f8bb7ec64ca1ecba610b3e7",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "pnpm build --watch",
"test-and-build": "npm run test && npm run build",
"test": "ava",
"test--only": "ava --match='*only:*'"
}
}
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