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

appy-bird

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appy-bird - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

4

index.js

@@ -34,2 +34,6 @@ 'use strict';

filter: function(body) { return JSON.parse(body); }
},
'application/x-www-form-urlencoded': {
read: 'string',
filter: function(body) { return querystring.parse(body); }
}

@@ -36,0 +40,0 @@ };

2

package.json
{
"name": "appy-bird",
"version": "1.0.5",
"version": "1.1.0",
"description": "'appy-bird makes APIs as easy as flying into a brick wall!",

@@ -5,0 +5,0 @@ "main": "index.js",

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