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

maria2

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maria2 - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

19

package.json
{
"name": "maria2",
"version": "0.1.4",
"version": "0.1.5",
"description": "Simple RPC Library for aria2",

@@ -24,2 +24,3 @@ "keywords": [

},
"license": "MIT",
"author": {

@@ -42,8 +43,6 @@ "name": "Hydration",

],
"license": "MIT",
"packageManager": "pnpm@8.6.7",
"devDependencies": {
"@types/node": "^20.4.1",
"@types/ws": "^8.5.5",
"bumpp": "^9.1.1",
"cross-fetch": "*",
"prettier": "^3.0.0",

@@ -56,2 +55,6 @@ "typescript": "^5.1.6",

},
"peerDependencies": {
"ws": "*"
},
"packageManager": "pnpm@8.6.7",
"publishConfig": {

@@ -61,6 +64,2 @@ "access": "public",

},
"peerDependencies": {
"cross-fetch": "*",
"ws": "*"
},
"scripts": {

@@ -70,6 +69,6 @@ "build": "unbuild",

"release": "bumpp --commit --push --tag && pnpm publish",
"preversion": "pnpm typecheck && pnpm build",
"test": "vitest",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"preversion": "pnpm typecheck && pnpm build"
}
}

Sorry, the diff of this file is not supported yet

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