Socket
Socket
Sign inDemoInstall

atomicassets

Package Overview
Dependencies
3
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

build/Serialization/TypeParser/BooleanParser.d.ts

@@ -5,4 +5,4 @@ import SerializationState from '../State';

constructor();
deserialize(state: SerializationState): boolean;
deserialize(state: SerializationState): number;
serialize(data: boolean): Uint8Array;
}

@@ -13,3 +13,3 @@ "use strict";

const data = super.deserialize(state);
return data[0] === 1;
return data[0] === 1 ? 1 : 0;
}

@@ -16,0 +16,0 @@ serialize(data) {

@@ -12,3 +12,3 @@ {

"license": "MIT",
"version": "1.2.1",
"version": "1.2.2",
"main": "build/index.js",

@@ -15,0 +15,0 @@ "types": "build/index.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc