@magnetarjs/plugin-vue3
Advanced tools
Comparing version 0.1.26 to 0.5.9-beta.1
{ | ||
"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:*'" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9
27332
5
741
4
+ Added@magnetarjs/core@0.5.9-beta.1(transitive)
+ Added@magnetarjs/utils@0.5.9-beta.1(transitive)
+ Addedpath-to-prop@2.0.4(transitive)
- Removedfast-sort@^3.1.1
- Removed@magnetarjs/core@0.3.7(transitive)
- Removed@magnetarjs/utils@0.1.25(transitive)