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

@0xsequence/guard

Package Overview
Dependencies
Maintainers
4
Versions
477
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/guard - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

6

CHANGELOG.md
# @0xsequence/guard
## 0.11.1
### Patch Changes
- Add support for dynamic and nested signatures
## 0.11.0

@@ -4,0 +10,0 @@

6

dist/0xsequence-guard.cjs.dev.js

@@ -23,4 +23,4 @@ 'use strict';

/* tslint:disable */
// guardd v0.1.0 38e82dc93dc168cde6da6c8ddbe45a2a94df26ac
/* eslint-disable */
// guardd v0.1.0 8d4d548d0af400f36ef39a21c29927fe65f9396c
// --

@@ -34,3 +34,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

const WebRPCSchemaHash = "38e82dc93dc168cde6da6c8ddbe45a2a94df26ac"; //
const WebRPCSchemaHash = "8d4d548d0af400f36ef39a21c29927fe65f9396c"; //
// Types

@@ -37,0 +37,0 @@ //

@@ -23,4 +23,4 @@ 'use strict';

/* tslint:disable */
// guardd v0.1.0 38e82dc93dc168cde6da6c8ddbe45a2a94df26ac
/* eslint-disable */
// guardd v0.1.0 8d4d548d0af400f36ef39a21c29927fe65f9396c
// --

@@ -34,3 +34,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

const WebRPCSchemaHash = "38e82dc93dc168cde6da6c8ddbe45a2a94df26ac"; //
const WebRPCSchemaHash = "8d4d548d0af400f36ef39a21c29927fe65f9396c"; //
// Types

@@ -37,0 +37,0 @@ //

@@ -19,4 +19,4 @@ function _extends() {

/* tslint:disable */
// guardd v0.1.0 38e82dc93dc168cde6da6c8ddbe45a2a94df26ac
/* eslint-disable */
// guardd v0.1.0 8d4d548d0af400f36ef39a21c29927fe65f9396c
// --

@@ -30,3 +30,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

const WebRPCSchemaHash = "38e82dc93dc168cde6da6c8ddbe45a2a94df26ac"; //
const WebRPCSchemaHash = "8d4d548d0af400f36ef39a21c29927fe65f9396c"; //
// Types

@@ -33,0 +33,0 @@ //

export declare const WebRPCVersion = "v1";
export declare const WebRPCSchemaVersion = "v0.1.0";
export declare const WebRPCSchemaHash = "38e82dc93dc168cde6da6c8ddbe45a2a94df26ac";
export declare const WebRPCSchemaHash = "8d4d548d0af400f36ef39a21c29927fe65f9396c";
export interface Request {
chainId: number;
msg: string;

@@ -18,5 +19,5 @@ auxData: string;

export declare class GuarddService implements GuarddService {
private hostname;
private fetch;
private path;
protected hostname: string;
protected fetch: Fetch;
protected path: string;
constructor(hostname: string, fetch: Fetch);

@@ -23,0 +24,0 @@ private url;

{
"name": "@0xsequence/guard",
"version": "0.11.0",
"version": "0.11.1",
"description": "guard sub-package for Sequence",

@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/guard",

@@ -1,3 +0,3 @@

/* tslint:disable */
// guardd v0.1.0 38e82dc93dc168cde6da6c8ddbe45a2a94df26ac
/* eslint-disable */
// guardd v0.1.0 8d4d548d0af400f36ef39a21c29927fe65f9396c
// --

@@ -14,3 +14,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = "38e82dc93dc168cde6da6c8ddbe45a2a94df26ac"
export const WebRPCSchemaHash = "8d4d548d0af400f36ef39a21c29927fe65f9396c"

@@ -22,2 +22,3 @@

export interface Request {
chainId: number
msg: string

@@ -45,5 +46,5 @@ auxData: string

export class GuarddService implements GuarddService {
private hostname: string
private fetch: Fetch
private path = '/rpc/GuarddService/'
protected hostname: string
protected fetch: Fetch
protected path = '/rpc/GuarddService/'

@@ -50,0 +51,0 @@ constructor(hostname: string, fetch: Fetch) {

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