Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "unimport", | ||
"version": "0.0.0", | ||
"license": "MIT" | ||
"name": "unimport", | ||
"version": "0.0.1", | ||
"description": "", | ||
"repository": "unjs/unimport", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./unplugin": { | ||
"import": "./dist/unplugin.mjs", | ||
"require": "./dist/unplugin.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts,.js,.mjs,.cjs .", | ||
"prepack": "unbuild", | ||
"release": "yarn test && standard-version && git push --follow-tags && npm publish", | ||
"test": "vitest run --coverage" | ||
}, | ||
"dependencies": { | ||
"@rollup/pluginutils": "^4.1.2", | ||
"escape-string-regexp": "^5.0.0", | ||
"local-pkg": "^0.4.1", | ||
"magic-string": "^0.25.7", | ||
"mlly": "^0.4.3", | ||
"unplugin": "^0.3.2" | ||
}, | ||
"devDependencies": { | ||
"@nuxtjs/eslint-config-typescript": "latest", | ||
"c8": "latest", | ||
"eslint": "^8.9.0", | ||
"standard-version": "latest", | ||
"typescript": "latest", | ||
"unbuild": "latest", | ||
"vitest": "^0.5.3" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
40734
10
1475
0
69
Yes
6
7
5
2
+ Added@rollup/pluginutils@^4.1.2
+ Addedescape-string-regexp@^5.0.0
+ Addedlocal-pkg@^0.4.1
+ Addedmagic-string@^0.25.7
+ Addedmlly@^0.4.3
+ Addedunplugin@^0.3.2
+ Added@rollup/pluginutils@4.2.1(transitive)
+ Addedescape-string-regexp@5.0.0(transitive)
+ Addedestree-walker@2.0.2(transitive)
+ Addedlocal-pkg@0.4.3(transitive)
+ Addedmagic-string@0.25.9(transitive)
+ Addedmlly@0.4.3(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedsourcemap-codec@1.4.8(transitive)
+ Addedunplugin@0.3.3(transitive)
+ Addedwebpack-virtual-modules@0.4.6(transitive)