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

maltypart

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maltypart - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

app.json

5

bower.json
{
"name": "maltypart",
"description": "Maltypart is a simple multipart request builder.",
"version": "1.1.1",
"version": "1.1.2",
"authors": [

@@ -20,5 +20,4 @@ "Jason Miller <jasonmiller@synacor.com>"

],
"license": "Proprietary",
"license": "BSD",
"homepage": "https://github.com/synacorinc/maltypart",
"private": true,
"ignore": [

@@ -25,0 +24,0 @@ "**/.*",

6

dist/maltypart.js

@@ -47,3 +47,4 @@ /** Maltypart is a simple multipart builder.

/** @class Represents a multipart message body to be serialized.
/** Represents a multipart message body to be serialized.
* @class
* @memberOf module:maltypart

@@ -294,3 +295,4 @@ * @param {Object|Array} fields

/** @class Represents a content field to be added to a request.
/** Represents a content field to be added to a request.
* @class
* @memberOf module:maltypart

@@ -297,0 +299,0 @@ * @param {Any} data The binary or textual value of the field

{
"name": "maltypart",
"version": "1.1.1",
"version": "1.1.2",
"description": "Maltypart is a simple multipart request builder.",

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

@@ -11,3 +11,3 @@ Maltypart [![NPM Version](http://img.shields.io/npm/v/maltypart.svg?style=flat)](https://www.npmjs.org/package/maltypart) [![Bower Version](http://img.shields.io/bower/v/maltypart.svg?style=flat)](http://bower.io/search/?q=maltypart)

**[View Demo](http://maltypart.herokuapp.com)**
**[View Demo](http://maltypart.herokuapp.com/demo)**

@@ -18,3 +18,5 @@ [![Build Status](https://img.shields.io/travis/synacorinc/maltypart.svg?style=flat&branch=master)](https://travis-ci.org/synacorinc/maltypart)

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
---

@@ -21,0 +23,0 @@

@@ -47,3 +47,4 @@ /** Maltypart is a simple multipart builder.

/** @class Represents a multipart message body to be serialized.
/** Represents a multipart message body to be serialized.
* @class
* @memberOf module:maltypart

@@ -294,3 +295,4 @@ * @param {Object|Array} fields

/** @class Represents a content field to be added to a request.
/** Represents a content field to be added to a request.
* @class
* @memberOf module:maltypart

@@ -297,0 +299,0 @@ * @param {Any} data The binary or textual value of the field

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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