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

@vostokplatform/signature-generator

Package Overview
Dependencies
Maintainers
9
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vostokplatform/signature-generator - npm Package Compare versions

Comparing version 1.4.12 to 1.4.13

1

dist/signatureFactory/SignatureFactory.js

@@ -18,3 +18,2 @@ "use strict";

fields.forEach(function (field) {
console.log(field);
if (field instanceof __1.ByteProcessor) {

@@ -21,0 +20,0 @@ // Remember user data fields

@@ -81,3 +81,2 @@ "use strict";

if (maxLengthBytesCount === void 0) { maxLengthBytesCount = 2; }
console.log('input', input);
if (typeof input !== 'string') {

@@ -84,0 +83,0 @@ throw new Error('String input is expected ' + input);

2

package.json
{
"name": "@vostokplatform/signature-generator",
"version": "1.4.12",
"version": "1.4.13",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "files": [

@@ -18,3 +18,2 @@ "use strict";

fields.forEach(function (field) {
console.log(field);
if (field instanceof __1.ByteProcessor) {

@@ -21,0 +20,0 @@ // Remember user data fields

@@ -64,4 +64,2 @@ import {

fields.forEach(function (field: ByteProcessor) {
console.log(field);
if (field instanceof ByteProcessor) {

@@ -68,0 +66,0 @@ // Remember user data fields

@@ -80,3 +80,2 @@ "use strict";

stringToByteArrayWithSize(input, maxLengthBytesCount = 2) {
console.log('input', input);
if (typeof input !== 'string') {

@@ -83,0 +82,0 @@ throw new Error('String input is expected ' + input);

@@ -114,3 +114,2 @@ import {TBuffer} from '../interface';

stringToByteArrayWithSize(input: string, maxLengthBytesCount = 2): number[] {
console.log('input', input)
if (typeof input !== 'string') {

@@ -117,0 +116,0 @@ throw new Error('String input is expected ' +input);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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