@vue/devtools-api
Advanced tools
Comparing version 6.5.1 to 7.0.0
{ | ||
"name": "@vue/devtools-api", | ||
"version": "6.5.1", | ||
"description": "Interact with the Vue devtools from the page", | ||
"main": "lib/cjs/index.js", | ||
"browser": "lib/esm/index.js", | ||
"module": "lib/esm/index.js", | ||
"types": "lib/esm/index.d.ts", | ||
"sideEffects": false, | ||
"author": { | ||
"name": "Guillaume Chau" | ||
}, | ||
"files": [ | ||
"lib/esm", | ||
"lib/cjs" | ||
], | ||
"type": "module", | ||
"version": "7.0.0", | ||
"author": "webfansplz", | ||
"license": "MIT", | ||
"repository": { | ||
"url": "https://github.com/vuejs/vue-devtools.git", | ||
"directory": "packages/devtools-api", | ||
"type": "git", | ||
"directory": "packages/api" | ||
"url": "git+https://github.com/vuejs/devtools-next.git" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@vue/devtools-kit": "^7.0.0" | ||
}, | ||
"scripts": { | ||
"build": "rimraf lib && yarn build:esm && yarn build:cjs", | ||
"build:esm": "tsc --module es2015 --outDir lib/esm -d", | ||
"build:cjs": "tsc --module commonjs --outDir lib/cjs", | ||
"build:watch": "yarn tsc --module es2015 --outDir lib/esm -d -w --sourceMap" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^13.9.1", | ||
"@types/webpack-env": "^1.15.1", | ||
"typescript": "^4.5.2" | ||
"build": "tsup --clean", | ||
"prepare:type": "tsup --dts-only", | ||
"stub": "tsup --watch --onSuccess 'tsup --dts-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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
0
0
8
Yes
4265
1
7
57
2
+ Added@vue/devtools-kit@^7.0.0
+ Added@vue/devtools-kit@7.6.2(transitive)
+ Added@vue/devtools-shared@7.6.2(transitive)
+ Addedbirpc@0.2.19(transitive)
+ Addedcopy-anything@3.0.5(transitive)
+ Addedhookable@5.5.3(transitive)
+ Addedis-what@4.1.16(transitive)
+ Addedmitt@3.0.1(transitive)
+ Addedperfect-debounce@1.0.0(transitive)
+ Addedrfdc@1.4.1(transitive)
+ Addedspeakingurl@14.0.1(transitive)
+ Addedsuperjson@2.2.1(transitive)