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

oasis-std

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oasis-std - npm Package Compare versions

Comparing version 0.1.0-rc.16 to 0.1.0-rc.17

2

lib/src/types.d.ts

@@ -77,3 +77,3 @@ import { AbiEncodable, Encoder, Decoder } from './abi';

constructor(items?: [K, V][]);
size(): number;
get size(): number;
has(key: K): boolean;

@@ -80,0 +80,0 @@ delete(key: K): void;

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

}
size() {
get size() {
return Object.keys(this.inner).length;

@@ -185,0 +185,0 @@ }

{
"name": "oasis-std",
"version": "0.1.0-rc.16",
"version": "0.1.0-rc.17",
"description": "Oasis platform standard library",

@@ -30,3 +30,3 @@ "license": "Apache-2.0",

},
"gitHead": "a4baa85da37d45bc818ef665b523d1824dbda1b8"
"gitHead": "3b0e88089012ce2fa296f60c0e3c8d7790250fe6"
}

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