New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scryptlib

Package Overview
Dependencies
Maintainers
4
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scryptlib - npm Package Compare versions

Comparing version 2.1.16 to 2.1.17

4

CHANGELOG.md
# CHANGELOG
## 2.1.17
- `PrivateKey.fromRandom()` now takes `Network.Type` parameter
## 2.1.16

@@ -4,0 +8,0 @@

@@ -0,0 +0,0 @@ import { ABIEntity } from './compilerWrapper';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { LibraryEntity, ParamEntity } from '.';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Argument, ParamEntity, TypeResolver } from '.';

@@ -0,0 +0,0 @@ "use strict";

export declare function getPlatformScryptc(): string;
export declare function findCompiler(): string | undefined;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { buildContractClass, compile, compileAsync, compileContract, doCompileAsync, getPreimage, signTx, handleCompilerOutput, compileContractAsync, CompilingSettings, CompileResult } from './internal';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './utils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { AsmVarValues, SupportedParamType, TxContext, FileUri, ScryptType, Bytes, DebugLaunch, Arguments, TypeResolver, Argument, VerifyError } from './internal';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum SymbolType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Bool, Bytes, Int, SupportedParamType } from './scryptTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { AbstractContract, Arguments, bsv } from '.';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Argument, Arguments, LibraryEntity, ParamEntity, StructEntity } from '.';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "scryptlib",
"version": "2.1.16",
"version": "2.1.17",
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.",

@@ -5,0 +5,0 @@ "engines": {

@@ -1047,3 +1047,3 @@ /* eslint-disable @typescript-eslint/ban-types */

static fromWIF(str: string): PrivateKey;
static fromRandom(netowrk?: string): PrivateKey;
static fromRandom(netowrk?: string | Networks.Type): PrivateKey;
static fromBuffer(buf: Buffer, network: Networks.Type): PrivateKey;

@@ -1050,0 +1050,0 @@ static fromHex(hex: string, network: Networks.Type): PrivateKey;

@@ -0,0 +0,0 @@ const bignumber_js_1 = require('bignumber.js');

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