New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aline

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aline - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

.github/workflows/master.yml

16

package.json
{
"name": "aline",
"version": "0.0.8",
"version": "0.0.9",
"description": "Align stream chunks to bound of lines",
"main": "index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {

@@ -10,3 +11,4 @@ "node": ">=v6.4.0"

"scripts": {
"test": "mocha"
"test": "jest",
"build": "tsc"
},

@@ -24,3 +26,2 @@ "repository": {

"license": "MIT",
"typings": "./index.d.ts",
"bugs": {

@@ -31,5 +32,8 @@ "url": "https://github.com/tugrul/node-aline/issues"

"devDependencies": {
"mocha": "^7.1.1",
"@types/node": "^13.11.0"
"@types/jest": "^29.5.12",
"@types/node": "^20.12.8",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
}
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