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

@metaplex-foundation/umi-serializer-data-view

Package Overview
Dependencies
Maintainers
10
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metaplex-foundation/umi-serializer-data-view - npm Package Compare versions

Comparing version 0.4.1 to 0.5.1

2

dist/types/DataViewSerializer.d.ts

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

import { ArraySerializerOptions, BoolSerializerOptions, BytesSerializerOptions, DataEnum, DataEnumSerializerOptions, DataEnumToSerializerTuple, EnumSerializerOptions, MapSerializerOptions, Nullable, NullableSerializerOptions, NumberSerializerOptions, Option, OptionSerializerOptions, PublicKey, PublicKeyInput, PublicKeySerializerOptions, ScalarEnum, Serializer, SerializerInterface, SetSerializerOptions, SingleByteNumberSerializerOptions, StringSerializerOptions, StructSerializerOptions, StructToSerializerTuple, TupleSerializerOptions, UnitSerializerOptions, WrapInSerializer } from '@metaplex-foundation/umi-core';
import { ArraySerializerOptions, BoolSerializerOptions, BytesSerializerOptions, DataEnum, DataEnumSerializerOptions, DataEnumToSerializerTuple, EnumSerializerOptions, MapSerializerOptions, Nullable, NullableSerializerOptions, NumberSerializerOptions, Option, OptionSerializerOptions, PublicKey, PublicKeyInput, PublicKeySerializerOptions, ScalarEnum, Serializer, SerializerInterface, SetSerializerOptions, SingleByteNumberSerializerOptions, StringSerializerOptions, StructSerializerOptions, StructToSerializerTuple, TupleSerializerOptions, UnitSerializerOptions, WrapInSerializer } from '@metaplex-foundation/umi';
export declare class DataViewSerializer implements SerializerInterface {

@@ -3,0 +3,0 @@ protected readonly options: {

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

import { UmiError } from '@metaplex-foundation/umi-core';
import { UmiError } from '@metaplex-foundation/umi';
/** @group Errors */

@@ -3,0 +3,0 @@ export declare class DataViewSerializerError extends UmiError {

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

import { NumberSerializerOptions, Serializer, SingleByteNumberSerializerOptions } from '@metaplex-foundation/umi-core';
import { NumberSerializerOptions, Serializer, SingleByteNumberSerializerOptions } from '@metaplex-foundation/umi';
export declare const u8: (options?: SingleByteNumberSerializerOptions) => Serializer<number>;

@@ -3,0 +3,0 @@ export declare const i8: (options?: SingleByteNumberSerializerOptions) => Serializer<number>;

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

import { UmiPlugin } from '@metaplex-foundation/umi-core';
import { UmiPlugin } from '@metaplex-foundation/umi';
export declare const dataViewSerializer: () => UmiPlugin;
{
"name": "@metaplex-foundation/umi-serializer-data-view",
"version": "0.4.1",
"version": "0.5.1",
"description": "A serializer implementation relying on the native DataView API",

@@ -23,3 +23,3 @@ "license": "MIT",

"peerDependencies": {
"@metaplex-foundation/umi-core": "^0.4.1"
"@metaplex-foundation/umi": "^0.5.1"
},

@@ -29,3 +29,3 @@ "devDependencies": {

"ava": "^5.1.0",
"@metaplex-foundation/umi-core": "^0.4.1"
"@metaplex-foundation/umi": "^0.5.1"
},

@@ -32,0 +32,0 @@ "publishConfig": {

@@ -37,3 +37,3 @@ import {

WrapInSerializer,
} from '@metaplex-foundation/umi-core';
} from '@metaplex-foundation/umi';
import {

@@ -40,0 +40,0 @@ DataViewSerializerError,

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

import { UmiError } from '@metaplex-foundation/umi-core';
import { UmiError } from '@metaplex-foundation/umi';

@@ -3,0 +3,0 @@ /** @group Errors */

@@ -7,3 +7,3 @@ /* eslint-disable no-bitwise */

SingleByteNumberSerializerOptions,
} from '@metaplex-foundation/umi-core';
} from '@metaplex-foundation/umi';
import {

@@ -10,0 +10,0 @@ DeserializingEmptyBufferError,

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

import { UmiPlugin } from '@metaplex-foundation/umi-core';
import { UmiPlugin } from '@metaplex-foundation/umi';
import { DataViewSerializer } from './DataViewSerializer';

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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