Socket
Socket
Sign inDemoInstall

formdata-node

Package Overview
Dependencies
5
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.3 to 2.1.4

6

lib/util/boundary.js
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {

@@ -8,3 +10,3 @@ value: true

var _nanoid = require("nanoid");
var nanoid = _interopRequireDefault(require("nanoid"));

@@ -18,3 +20,3 @@ const alpha = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";

const boundary = (0, _nanoid.customAlphabet)(alpha, 22);
const boundary = (nanoid.default || nanoid).customAlphabet(alpha, 22);
var _default = boundary;

@@ -21,0 +23,0 @@ exports.default = _default;

{
"name": "formdata-node",
"version": "2.1.3",
"version": "2.1.4",
"description": "FormData implementation for Node.js. Built over Readable stream and async generators.",

@@ -5,0 +5,0 @@ "repository": "octet-stream/form-data",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc