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

@ctrl/shared-torrent

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctrl/shared-torrent - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

5

dist/index.d.ts

@@ -52,4 +52,7 @@ /// <reference types="node" />

export interface NormalizedTorrent {
id: string | number;
/**
* torrent hash id
*/
id: string;
/**
* torrent name

@@ -56,0 +59,0 @@ */

10

package.json
{
"name": "@ctrl/shared-torrent",
"version": "4.0.0",
"version": "4.1.0",
"description": "shared types and interfaces between torrent clients",

@@ -23,9 +23,9 @@ "author": "Scott Cooper <scttcper@gmail.com>",

"dependencies": {
"got": "^12.0.0"
"got": "^12.0.1"
},
"devDependencies": {
"@sindresorhus/tsconfig": "2.0.0",
"@ctrl/eslint-config": "3.2.0",
"@types/node": "17.0.1",
"typescript": "4.5.4"
"@ctrl/eslint-config": "3.3.1",
"@types/node": "17.0.21",
"typescript": "4.5.5"
},

@@ -32,0 +32,0 @@ "publishConfig": {

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