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

@cosmology/types

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmology/types - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

3

main/telescope.js

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

},
enums: {
useCustomNames: false
},
bundle: {

@@ -78,0 +81,0 @@ enabled: true

7

package.json
{
"name": "@cosmology/types",
"version": "1.7.0",
"version": "1.8.0",
"description": "Telescope types",

@@ -60,5 +60,6 @@ "author": "Dan Lynch <pyramation@gmail.com>",

"dependencies": {
"case": "1.6.3"
"case": "1.6.3",
"fast-json-patch": "3.1.1"
},
"gitHead": "ae402d70f73334c518c5e2ba9a065892658795b4"
"gitHead": "990dcc3c828680318c03d3e5ec0a9826ef3e9d7c"
}

@@ -25,2 +25,8 @@ import { TelescopeOptions } from "./telescope";

};
valuesOptions?: {
[key: string]: {
'(gogoproto.enumvalue_customname)'?: string;
[key: string]: any;
};
};
comment?: string;

@@ -27,0 +33,0 @@ comments?: {

import { TSBuilderInput } from '@cosmwasm/ts-codegen';
import { AminoExceptions } from "./aminos";
import { Operation } from 'fast-json-patch';
export declare enum TelescopeLogLevel {

@@ -89,3 +90,9 @@ None = 0,

};
patch?: {
[key: string]: Operation[];
};
};
enums?: {
useCustomNames?: boolean;
};
tsDisable?: {

@@ -92,0 +99,0 @@ files?: string[];

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