Socket
Socket
Sign inDemoInstall

ts-retrofit

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-retrofit - npm Package Compare versions

Comparing version 1.3.8 to 1.3.9

13

package.json
{
"name": "ts-retrofit",
"version": "1.3.8",
"description": "A axios based retrofit implementation for TypeScript.",
"version": "1.3.9",
"description": "A declarative and axios based retrofit implementation for JavaScript and TypeScript.",
"repository": "https://github.com/nullcc/ts-retrofit",

@@ -19,4 +19,7 @@ "main": "lib/index.js",

"build": "tsc",
"prepublish": "npm run build",
"make-badges": "node_modules/.bin/jest-badges-readme"
"make-badges": "node_modules/.bin/jest-badges-readme",
"prepare": "npm run build",
"prepublishOnly": "npm run tslint",
"preversion": "npm run tslint",
"postversion": "git push && git push --tags"
},

@@ -27,3 +30,3 @@ "author": "Ethan Zhang",

"hooks": {
"pre-commit": "npm test && node_modules/.bin/jest-badges-readme && git add 'README.md'"
"pre-commit": "npm test && npm run make-badges && git add README.md"
}

@@ -30,0 +33,0 @@ },

@@ -0,1 +1,6 @@

# ts-retrofit
[![build status](https://travis-ci.org/nullcc/ts-retrofit.svg?branch=master)](https://travis-ci.org/nullcc/ts-retrofit)
[![](https://img.shields.io/npm/dm/ts-retrofit.svg?style=flat)](https://www.npmjs.org/package/ts-retrofit)
| Statements | Branches | Functions | Lines |

@@ -5,10 +10,6 @@ | -----------|----------|-----------|-------|

# ts-retrofit
> A declarative and axios based retrofit implementation for JavaScript and TypeScript.
[![build status](https://travis-ci.org/nullcc/ts-retrofit.svg?branch=master)](https://travis-ci.org/nullcc/ts-retrofit)
## Install
A axios based retrofit implementation for TypeScript.
## Installing
```bash

@@ -15,0 +16,0 @@ $ npm i ts-retrofit

@@ -0,1 +1,6 @@

# ts-retrofit
[![build status](https://travis-ci.org/nullcc/ts-retrofit.svg?branch=master)](https://travis-ci.org/nullcc/ts-retrofit)
[![](https://img.shields.io/npm/dm/ts-retrofit.svg?style=flat)](https://www.npmjs.org/package/ts-retrofit)
| Statements | Branches | Functions | Lines |

@@ -5,10 +10,6 @@ | -----------|----------|-----------|-------|

# ts-retrofit
> A declarative and axios based retrofit implementation for JavaScript and TypeScript.
[![build status](https://travis-ci.org/nullcc/ts-retrofit.svg?branch=master)](https://travis-ci.org/nullcc/ts-retrofit)
## Install
A axios based retrofit implementation for TypeScript.
## Installing
```bash

@@ -15,0 +16,0 @@ $ npm i ts-retrofit

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