Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

clustal-js

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## v1.0.1
Remove unused dependency on @babel/runtime
## v1.0.0
- Initial version parses .aln CLUSTAL files

8

package.json
{
"name": "clustal-js",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",

@@ -33,7 +33,5 @@ "license": "MIT",

"lint": "eslint --ext .ts src test",
"build": "tsc"
},
"dependencies": {
"@babel/runtime": "^7.12.5"
"build": "tsc",
"postversion": "git push --follow-tags"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc