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

apisauce

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apisauce - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

dist/apisauce.d.ts

9

package.json
{
"name": "apisauce",
"version": "0.12.0",
"version": "0.13.0",
"description": "Axios + standardized errors + request/response transforms.",

@@ -10,6 +10,8 @@ "repository": {

"main": "./dist/apisauce.js",
"types": "./dist/apisauce.d.ts",
"scripts": {
"test": "ava -s",
"coverage": "nyc ava",
"dist": "npm run clean && npm run build",
"dist": "npm run clean && npm run build && npm run types",
"types": "cp lib/apisauce.d.ts dist/",
"clean": "rm -rf dist",

@@ -29,3 +31,4 @@ "build": "BABEL_ENV=production rollup -c",

"files": [
"dist/apisauce.js"
"dist/apisauce.js",
"dist/apisauce.d.ts"
],

@@ -32,0 +35,0 @@ "dependencies": {

@@ -331,2 +331,11 @@ # Apisauce

### 0.12.0 - April 25, 2017
* [NEW] Bumps Axios to 0.16.1. #110 by @skellock
* [NEW] Adds `deleteHeader()`. #95 by @jkeam
* [FIX] Safely reads status code to support mocking environments. #97 by @ashik94vc
* [SUPPORT] Uses `babel-plugin-ramda` for lighter builds. #93 by @DiscoStarslayer
* [SUPPORT] Bumps all dev dependencies. #99 by @skellock
* [SUPPORT] Reformats codebase with `prettier` and `standard --fix`. #98 by @skellock
### 0.11.0 - March 17, 2017

@@ -333,0 +342,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