assemblyscript-prettier
Advanced tools
Comparing version 1.0.7 to 2.0.0
@@ -0,1 +1,10 @@ | ||
# [2.0.0](https://github.com/HerrCai0907/assemblyscript-prettier/compare/v1.0.7...v2.0.0) (2023-03-07) | ||
### Features | ||
* refactor as prettier plugin ([1d23473](https://github.com/HerrCai0907/assemblyscript-prettier/commit/1d23473d6ca02aae6f5b0d57fcf2759a5b3528df)) | ||
## [1.0.7](https://github.com/HerrCai0907/assemblyscript-prettier/compare/1.0.6...1.0.7) (2023-02-03) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "assemblyscript-prettier", | ||
"version": "1.0.7", | ||
"version": "2.0.0", | ||
"description": "prettier for assemblyscript", | ||
"bin": { | ||
"as-prettier": "index.mjs" | ||
}, | ||
"main": "index.mjs", | ||
"main": "src/plugin.js", | ||
"type": "module", | ||
"scripts": { | ||
"lint": "prettier -c .", | ||
"test": "node tests/index.mjs", | ||
"lint:fix": "prettier -w .", | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest", | ||
"version": "conventional-changelog -i CHANGELOG.md -s -p angular && git add CHANGELOG.md" | ||
@@ -18,3 +17,4 @@ }, | ||
"assemblyscript", | ||
"prettier" | ||
"prettier", | ||
"plugin" | ||
], | ||
@@ -32,17 +32,11 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"assemblyscript": ">=0.20.0", | ||
"prettier": "^2.7.1" | ||
"prettier": ">=3.0.0-alpha.4" | ||
}, | ||
"dependencies": { | ||
"chalk": "^5.0.1", | ||
"cli-progress": "^3.11.2", | ||
"commander": "^9.4.0", | ||
"fast-glob": "^3.2.11", | ||
"ignore": "^5.2.0" | ||
"assemblyscript": "~0.27.0" | ||
}, | ||
"devDependencies": { | ||
"@types/cli-progress": "^3.11.0", | ||
"@types/prettier": "^2.6.4", | ||
"conventional-changelog-cli": "^2.2.2" | ||
"conventional-changelog-cli": "^2.2.2", | ||
"jest": "^29.5.0" | ||
} | ||
} |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
2
5
0
Yes
6809
104
+ Addedassemblyscript@~0.27.0
+ Addedprettier@3.4.2(transitive)
- Removedchalk@^5.0.1
- Removedcli-progress@^3.11.2
- Removedcommander@^9.4.0
- Removedfast-glob@^3.2.11
- Removedignore@^5.2.0
- Removed@nodelib/fs.scandir@2.1.5(transitive)
- Removed@nodelib/fs.stat@2.0.5(transitive)
- Removed@nodelib/fs.walk@1.2.8(transitive)
- Removedansi-regex@5.0.1(transitive)
- Removedbraces@3.0.3(transitive)
- Removedchalk@5.4.0(transitive)
- Removedcli-progress@3.12.0(transitive)
- Removedcommander@9.5.0(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedfast-glob@3.3.2(transitive)
- Removedfastq@1.17.1(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedignore@5.3.2(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedmerge2@1.4.1(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedprettier@2.8.8(transitive)
- Removedqueue-microtask@1.2.3(transitive)
- Removedreusify@1.0.4(transitive)
- Removedrun-parallel@1.2.0(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedto-regex-range@5.0.1(transitive)