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

@iota/curl

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iota/curl - npm Package Compare versions

Comparing version 1.0.0-beta.96000eb5 to 1.0.0-beta.99b9fa96

5

out/typed-array.js

@@ -17,2 +17,7 @@ "use strict";

}
if (!Int8Array.prototype.indexOf) {
Object.defineProperty(Int8Array.prototype, 'indexOf', {
value: Array.prototype.indexOf
});
}
// Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/fill#Polyfill

@@ -19,0 +24,0 @@ // Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/

5

package.json
{
"name": "@iota/curl",
"version": "1.0.0-beta.96000eb5",
"version": "1.0.0-beta.99b9fa96",
"description": "Curl sponge function",

@@ -13,3 +13,4 @@ "main": "./out/curl/src/index.js",

"test": "tsc",
"format": "prettier"
"test-ci": "echo \"Warning: no test specified\" && exit 0",
"lint": "tslint --project ."
},

@@ -16,0 +17,0 @@ "contributors": [

2

typings/curl/src/index.d.ts

@@ -69,3 +69,3 @@ import '../../typed-array';

*/
private transform();
private transform;
}

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