@fastify/busboy
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -117,3 +117,3 @@ 'use strict' | ||
while (pos < 0 && pos <= len - needleLength) { | ||
ch = this._sbmh_lookup_char(data, pos + needleLastCharIndex) | ||
ch = data[pos + needleLastCharIndex] | ||
@@ -120,0 +120,0 @@ if ( |
{ | ||
"name": "@fastify/busboy", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": "Brian White <mscdex@mscdex.net>", |
@@ -5,3 +5,3 @@ # busboy | ||
[![Build Status](https://github.com/fastify/busboy/actions/workflows/ci.yml/badge.svg)](https://github.com/fastify/busboy/actions) | ||
[![Build Status](https://github.com/fastify/busboy/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/fastify/busboy/actions) | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) | ||
@@ -8,0 +8,0 @@ [![Security Responsible Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](https://github.com/fastify/.github/blob/main/SECURITY.md) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80126