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

@manahippo/move-to-ts

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manahippo/move-to-ts - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/builtinFuncs.d.ts

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

import { TypeTag } from "aptos/dist/transaction_builder/aptos_types";
import { TypeTag } from "./typeTag";
import { U8, U64, U128, UnsignedInt } from "./builtinTypes";

@@ -3,0 +3,0 @@ export declare function assert(cond: boolean, error: any): void;

{
"name": "@manahippo/move-to-ts",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "scripts": {

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

import { TypeTag } from "aptos/dist/transaction_builder/aptos_types";
import { TypeTag } from "./typeTag";
import bigInt from "big-integer";

@@ -3,0 +3,0 @@ import { U8, U64, U128, UnsignedInt } from "./builtinTypes";

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