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

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.0.3 to 1.0.4

lib/types/baseService.d.ts

9

package.json
{
"name": "ts-retrofit",
"version": "1.0.3",
"version": "1.0.4",
"description": "A axios based retrofit implementation for TypeScript.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/types/index.d.ts",
"keywords": [
"retrofit",
"ts",
"js"
"js",
"axios"
],

@@ -15,3 +16,3 @@ "scripts": {

"tslint": "tslint -c tslint.json --project . src/**/*.ts src/**/*.tsx test/**/*.test.ts test/**/*.test.tsx",
"build": "tsc -p tsconfig.json && tsc -p tsconfig.declaration.json",
"build": "tsc",
"prepublish": "npm run build"

@@ -18,0 +19,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