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.21 to 0.0.22

2

dist/builtinFuncs.js

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

proto.consructor = v.constructor;
return proto;
return new structInfo(proto, v.typeTag);
}

@@ -149,0 +149,0 @@ else {

{
"name": "@manahippo/move-to-ts",
"version": "0.0.21",
"version": "0.0.22",
"license": "MIT",

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

@@ -142,3 +142,3 @@ import { TypeTag, StructTag } from "./typeTag";

proto.consructor = v.constructor;
return proto as T;
return new structInfo(proto, v.typeTag as unknown as TypeTag);
}

@@ -145,0 +145,0 @@ else {

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