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

@iota/pad

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/pad - npm Package Compare versions

Comparing version 1.0.0-beta.5 to 1.0.0-beta.722117ce

.nyc_output/1ebca3c4fd2e3f9fe563c6233cb9f2e0.json

1

out/pad/src/index.js
"use strict";
exports.__esModule = true;
require("../../typed-array");
exports.padTrytes = function (length) { return function (trytes) {

@@ -4,0 +5,0 @@ return trytes.length < length ? trytes.concat('9'.repeat(length - trytes.length)) : trytes;

2

package.json
{
"name": "@iota/pad",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.722117ce",
"description": "Padding utility",

@@ -5,0 +5,0 @@ "main": "./out/pad/src/index.js",

@@ -0,1 +1,2 @@

import '../../typed-array'
import { Tag, Trytes } from '../../types'

@@ -2,0 +3,0 @@

@@ -0,1 +1,2 @@

import '../../typed-array';
export declare const padTrytes: (length: number) => (trytes: string) => string;

@@ -2,0 +3,0 @@ export declare const padTrits: (length: number) => (trits: Int8Array) => Int8Array;

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