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

@ombori/ts-schema

Package Overview
Dependencies
Maintainers
19
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ombori/ts-schema - npm Package Compare versions

Comparing version 3.53.0 to 3.53.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [3.53.1](https://github.com/ombori/gridapp/compare/v3.53.0...v3.53.1) (2023-07-11)
### Bug Fixes
* typo ([6035052](https://github.com/ombori/gridapp/commit/6035052487fd6d4532fa6d5b0c7e9afc86dafb61))
# [3.53.0](https://github.com/ombori/gridapp/compare/v3.52.0...v3.53.0) (2023-07-11)

@@ -8,0 +19,0 @@

2

cli.js

@@ -20,3 +20,3 @@ #!/usr/bin/env node

metaSchema['ui:options'] =
typeof uiOptions === 'string' ? eval('(' + str + ')') : uiOptions;
typeof uiOptions === 'string' ? eval('(' + uiOptions + ')') : uiOptions;
} catch (e) {

@@ -23,0 +23,0 @@ metaSchema['ui:options'] = {};

{
"name": "@ombori/ts-schema",
"version": "3.53.0",
"version": "3.53.1",
"description": "",

@@ -17,3 +17,3 @@ "main": "index.js",

"license": "ISC",
"gitHead": "d62642767a53c78f67dda1eb0b5b5172aa99349b"
"gitHead": "dc84697016c9b4e4b4d43bc882f837e58bb76100"
}
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