abuseipdb-client 0.1.66 → 0.1.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -21,6 +21,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
21
21
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
22
22
  PERFORMANCE OF THIS SOFTWARE.
23
23
  ***************************************************************************** */
24
+ /* global Reflect, Promise */
25
+
24
26
 
25
27
  function __classPrivateFieldGet(receiver, state, kind, f) {
26
28
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
@@ -4337,6 +4339,7 @@ try {
4337
4339
 
4338
4340
  /*! fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
4339
4341
 
4342
+
4340
4343
  // 64 KiB (same size chrome slice theirs blob into Uint8array's)
4341
4344
  const POOL_SIZE = 65536;
4342
4345
 
@@ -4692,6 +4695,7 @@ class BlobDataItem {
4692
4695
 
4693
4696
  /*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
4694
4697
 
4698
+
4695
4699
  var {toStringTag:t,iterator:i,hasInstance:h}=Symbol,
4696
4700
  m='append,set,get,getAll,delete,keys,values,entries,forEach,constructor'.split(','),
4697
4701
  f=(a,b,c)=>(a+='',/^(Blob|File)$/.test(b && b[t])?[(c=c!==void 0?c+'':b[t]=='File'?b.name:'blob',a),b.name!==c||b[t]=='blob'?new File([b],c,b):b]:[a,b+'']),
package/dist/index.mjs CHANGED
@@ -19,6 +19,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
19
19
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20
20
  PERFORMANCE OF THIS SOFTWARE.
21
21
  ***************************************************************************** */
22
+ /* global Reflect, Promise */
23
+
22
24
 
23
25
  function __classPrivateFieldGet(receiver, state, kind, f) {
24
26
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abuseipdb-client",
3
- "version": "0.1.66",
3
+ "version": "0.1.68",
4
4
  "private": false,
5
5
  "description": "AbuseIPDB Node.js API client.",
6
6
  "author": "Arthur Melo <contact@arthurmelo.com>",