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

@contember/schema

Package Overview
Dependencies
Maintainers
0
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/schema - npm Package Compare versions

Comparing version 2.0.0-alpha.36 to 2.0.0-alpha.37

2

dist/types/schema/value.d.ts

@@ -9,5 +9,3 @@ export declare namespace Value {

type FieldValue<E = never> = AtomicValue<E> | Value.Object<E> | List<E>;
type GenericValueLike<T> = T | PromiseLike<T> | (() => T | PromiseLike<T>);
type ColumnValueLike<E = never> = GenericValueLike<FieldValue<E>>;
}
//# sourceMappingURL=value.d.ts.map

2

package.json
{
"name": "@contember/schema",
"version": "2.0.0-alpha.36",
"version": "2.0.0-alpha.37",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "main": "./dist/production/index.js",

@@ -10,6 +10,2 @@ export namespace Value {

export type FieldValue<E = never> = AtomicValue<E> | Value.Object<E> | List<E>
export type GenericValueLike<T> = T | PromiseLike<T> | (() => T | PromiseLike<T>)
export type ColumnValueLike<E = never> = GenericValueLike<FieldValue<E>>
}

Sorry, the diff of this file is not supported yet

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