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

@cryptoeconomicslab/primitives

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptoeconomicslab/primitives - npm Package Compare versions

Comparing version 0.0.39 to 0.0.40

lib/FixedBytes.d.ts

3

lib/index.d.ts

@@ -6,2 +6,3 @@ import Codable from './Codable';

import Bytes from './Bytes';
import FixedBytes from './FixedBytes';
import List from './List';

@@ -12,2 +13,2 @@ import Tuple from './Tuple';

import { ParamType } from './ParamType';
export { Codable, Integer, Address, Bytes, BigNumber, List, Tuple, Struct, Range, ParamType };
export { Codable, Integer, Address, Bytes, FixedBytes, BigNumber, List, Tuple, Struct, Range, ParamType };

@@ -12,2 +12,4 @@ "use strict";

exports.Bytes = Bytes_1.default;
const FixedBytes_1 = tslib_1.__importDefault(require("./FixedBytes"));
exports.FixedBytes = FixedBytes_1.default;
const List_1 = tslib_1.__importDefault(require("./List"));

@@ -14,0 +16,0 @@ exports.List = List_1.default;

{
"name": "@cryptoeconomicslab/primitives",
"version": "0.0.39",
"version": "0.0.40",
"description": "primitive types",

@@ -38,3 +38,3 @@ "author": {

},
"gitHead": "d1a8f15e7edae904aac7603fa988035825a367dd"
"gitHead": "f0eb6f958451991a243c76671b56ee55adadabf7"
}

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