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

wasm-ast-types

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wasm-ast-types - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

3

main/messages.js

@@ -31,5 +31,2 @@ "use strict";

case '#/definitions/Expiration':
return t.tsTypeReference(t.identifier('Expiration'));
default:

@@ -36,0 +33,0 @@ if ($ref.startsWith('#/definitions/')) {

@@ -31,5 +31,2 @@ "use strict";

case '#/definitions/Expiration':
return t.tsTypeReference(t.identifier('Expiration'));
default:

@@ -36,0 +33,0 @@ if ($ref.startsWith('#/definitions/')) {

@@ -10,5 +10,2 @@ import * as t from '@babel/types';

case '#/definitions/Expiration':
return t.tsTypeReference(t.identifier('Expiration'));
default:

@@ -15,0 +12,0 @@ if ($ref.startsWith('#/definitions/')) {

@@ -10,5 +10,2 @@ import * as t from '@babel/types';

case '#/definitions/Expiration':
return t.tsTypeReference(t.identifier('Expiration'));
default:

@@ -15,0 +12,0 @@ if ($ref.startsWith('#/definitions/')) {

4

package.json
{
"name": "wasm-ast-types",
"version": "0.2.4",
"version": "0.2.5",
"description": "CosmWasm TypeScript AST generation",

@@ -88,3 +88,3 @@ "author": "Dan Lynch <pyramation@gmail.com>",

},
"gitHead": "c20c918c707e86cb8ebc0ea50764f7e9769f18b9"
"gitHead": "4e067214d530188822eca31ddbeb6eb9ec3ba462"
}
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