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

@bitgo/public-types

Package Overview
Dependencies
Maintainers
15
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo/public-types - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/src/schema/index.d.ts

2

dist/src/index.d.ts

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

export declare function hello(): string;
export * from './schema';
//# sourceMappingURL=index.d.ts.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hello = void 0;
function hello() {
return "world";
}
exports.hello = hello;
export * from './schema';
//# sourceMappingURL=index.js.map
{
"name": "@bitgo/public-types",
"version": "1.0.0",
"version": "1.1.0",
"description": "Collection of types exposed externally as part of the BitGo public API",

@@ -19,9 +19,12 @@ "license": "UNLICENSED",

"clean": "rm -rf -- dist",
"test": "c8 node --import tsx --test test/*.test.ts"
"test": "vitest --coverage --run --dir test"
},
"dependencies": {
"io-ts": "2.1.3"
},
"devDependencies": {
"@types/node": "20.8.10",
"c8": "8.0.1",
"tsx": "3.14.0",
"typescript": "5.2.2",
"@vitest/coverage-v8": "0.34.6",
"vitest": "0.34.6",
"typescript": "4.7",
"@semantic-release/git": "10.0.1",

@@ -28,0 +31,0 @@ "semantic-release": "22.0.7"

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