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 1.2.0 to 1.3.0

dist/index.d.ts

27

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

@@ -8,4 +8,7 @@ "author": "Scott Cooper <scttcper@gmail.com>",

"repository": "typectrl/shared-torrent",
"main": "./index.js",
"typings": "./index.d.ts",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,

@@ -19,17 +22,14 @@ "keywords": [

"lint:fix": "eslint --fix src/**/*.ts",
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.json",
"postbuild": "cp package.json dist && cp LICENSE dist && cp README.md dist",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci --runInBand --reporters=default --reporters=jest-junit --coverage",
"semantic-release": "cd dist && semantic-release"
"prepare": "npm run build",
"build": "del dist && tsc",
"semantic-release": "semantic-release"
},
"dependencies": {
"@types/got": "^9.4.3"
"@types/got": "^9.4.4"
},
"devDependencies": {
"@types/node": "11.13.8",
"@types/node": "12.0.0",
"@typescript-eslint/eslint-plugin": "1.7.0",
"@typescript-eslint/parser": "1.7.0",
"del-cli": "1.1.0",
"eslint": "5.16.0",

@@ -41,4 +41,3 @@ "eslint-config-prettier": "4.2.0",

"got": "9.6.0",
"rimraf": "2.6.3",
"semantic-release": "15.13.3",
"semantic-release": "15.13.12",
"typescript": "3.4.5"

@@ -45,0 +44,0 @@ },

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