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

assemblyscript-prettier

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemblyscript-prettier - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.github/workflows/nodejs.yml

13

CHANGELOG.md

@@ -0,1 +1,10 @@

## [1.0.6](https://github.com/HerrCai0907/assemblyscript-prettier/compare/1.0.5...1.0.6) (2022-12-08)
### Bug Fixes
* match assemblyscript v22 enum identifiers to TitleCase ([1b06f6b](https://github.com/HerrCai0907/assemblyscript-prettier/commit/1b06f6b6b4841b2bf1345168d5c29c5cb6aa8d0d))
## [1.0.5](https://github.com/HerrCai0907/assemblyscript-prettier/compare/1.0.3...1.0.5) (2022-10-25)

@@ -6,7 +15,5 @@

* prettierignore path error ([5d945a5](https://github.com/HerrCai0907/assemblyscript-prettier/commit/5d945a591708216ba52ba7ac858779cd16e5f1d8))
* rename ignore file name to avoid collision ([72c9a3b](https://github.com/HerrCai0907/assemblyscript-prettier/commit/72c9a3bef8e1bcd480c2582b2703ef142d3aea1f))
* update to assemblyscript 22 ([6ceb378](https://github.com/HerrCai0907/assemblyscript-prettier/commit/6ceb378a3fb40516df06a31f7560d8c9a4471c0b))
## [1.0.4](https://github.com/HerrCai0907/assemblyscript-prettier/compare/1.0.3...1.0.4) (2022-08-10)

@@ -13,0 +20,0 @@

{
"name": "assemblyscript-prettier",
"version": "1.0.5",
"version": "1.0.6",
"description": "prettier for assemblyscript",

@@ -10,2 +10,4 @@ "bin": {

"scripts": {
"lint": "prettier -c .",
"test": "node tests/index.mjs",
"version": "conventional-changelog -i CHANGELOG.md -s -p angular && git add CHANGELOG.md"

@@ -30,3 +32,3 @@ },

"peerDependencies": {
"assemblyscript": "^0.22.0",
"assemblyscript": ">=0.20.0",
"prettier": "^2.7.1"

@@ -33,0 +35,0 @@ },

Sorry, the diff of this file is not supported yet

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