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

@iov/base-types

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iov/base-types - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

7

package.json
{
"name": "@iov/base-types",
"version": "0.9.0",
"version": "0.10.0",
"description": "The most fundamental types used in IOV products",

@@ -20,4 +20,3 @@ "author": "IOV SAS <admin@iov.one>",

"lint": "cross-env-shell \"tslint -t verbose --project . ${TSLINT_FLAGS}\"",
"lint-fix": "yarn lint --fix",
"prebuild": "yarn format && yarn lint",
"prebuild": "yarn format",
"move-types": "shx rm -r ./types/* && shx mv build/types/* ./types",

@@ -33,3 +32,3 @@ "build": "shx rm -rf ./build && tsc && yarn move-types",

},
"gitHead": "2b178ec5efdb25691163cb250024386028e2e50a"
"gitHead": "c6258401ce9238f81c4db78927c702e6db165f63"
}

@@ -20,3 +20,1 @@ import { As } from "type-tagger";

export type PostableBytes = Uint8Array & As<"postable">;
export type TxId = Uint8Array & As<"txid">;

@@ -15,2 +15,1 @@ import { As } from "type-tagger";

export declare type PostableBytes = Uint8Array & As<"postable">;
export declare type TxId = Uint8Array & As<"txid">;
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