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

papi

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

papi - npm Package Compare versions

Comparing version 0.24.0 to 0.25.0

lib/tools.js

2

lib/index.js

@@ -10,2 +10,3 @@ 'use strict';

var shortcuts = require('./shortcuts');
var tools = require('./tools');

@@ -27,1 +28,2 @@ /**

exports.codecs = codecs;
exports.tools = tools;

5

package.json
{
"name": "papi",
"version": "0.24.0",
"version": "0.25.0",
"description": "Build HTTP API clients",

@@ -8,2 +8,3 @@ "main": "lib",

"async": "^1.5.0",
"bluebird": "^3.1.1",
"debug": "^2.0.0",

@@ -23,3 +24,3 @@ "istanbul": "^0.4.0",

"bench": "BENCHMARK=true mocha test/benchmark.js",
"test": "jshint lib test && jscs lib test && istanbul cover _mocha -- --recursive --check-leaks && istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100"
"test": "jshint lib test && jscs lib test && istanbul cover _mocha -- --recursive --check-leaks --globals Promise && istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100"
},

@@ -26,0 +27,0 @@ "repository": {

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