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.5 to 1.0.0-beta.7160afe6

out/curl/src/index.js

11

package.json
{
"name": "@iota/curl",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.7160afe6",
"description": "Curl sponge function",
"main": "./out/index.js",
"typings": "typings",
"main": "./out/curl/src/index.js",
"typings": "typings/curl/src",
"publishConfig": {

@@ -13,3 +13,4 @@ "access": "public"

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

@@ -22,3 +23,3 @@ "contributors": [

"ava": {
"files": "out/test/*.test.js",
"files": "out/curl/test/*.test.js",
"failFast": true,

@@ -25,0 +26,0 @@ "failWithoutAssertions": false,

// tslint:disable no-conditional-assignment
import '../../typed-array'
const NUMBER_OF_ROUNDS = 81

@@ -3,0 +5,0 @@ const HASH_LENGTH = 243

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