Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contember/schema-definition

Package Overview
Dependencies
Maintainers
4
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/schema-definition - npm Package Compare versions

Comparing version 1.4.0-rc.8 to 2.0.0-alpha.8

dist/development/index.cjs

34

package.json
{
"name": "@contember/schema-definition",
"version": "1.4.0-rc.8",
"version": "2.0.0-alpha.8",
"license": "Apache-2.0",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"main": "./dist/production/index.js",
"typings": "./dist/types/index.d.ts",
"exports": {
"typescript": "./src/index.ts",
"default": "./dist/src/index.js"
".": {
"import": {
"types": "./dist/types/index.d.ts",
"development": "./dist/development/index.js",
"production": "./dist/production/index.js",
"typescript": "./src/index.ts",
"default": "./dist/production/index.js"
},
"require": {
"types": "./dist/types/index.d.ts",
"development": "./dist/development/index.cjs",
"production": "./dist/production/index.cjs",
"typescript": "./src/index.ts",
"default": "./dist/production/index.cjs"
}
}
},
"scripts": {
"test": "vitest --dir ./tests/cases"
},
"dependencies": {
"@contember/schema": "1.4.0-rc.8",
"@contember/schema-utils": "1.4.0-rc.8",
"@contember/schema": "2.0.0-alpha.8",
"@contember/schema-utils": "2.0.0-alpha.8",
"reflect-metadata": "^0.1.13"

@@ -24,3 +35,4 @@ },

"graphql": ">= 14.6.0"
}
},
"type": "module"
}

@@ -18,3 +18,3 @@ import { Interface } from './types'

export * from './ViewDefinition'
export { extendEntity, EntityExtension } from './extensions'
export { extendEntity, type EntityExtension } from './extensions'

@@ -21,0 +21,0 @@ export abstract class Entity {

@@ -7,2 +7,2 @@ import { FieldDefinition } from './fieldDefinitions'

export type FieldsDefinition = Record<string, Interface<FieldDefinition<any>>>
export { EntityConstructor }
export { type EntityConstructor }
{
"extends": "../tsconfig.settings.json",
"compilerOptions": {
"outDir": "../dist/src"
"outDir": "../dist/types"
},

@@ -6,0 +6,0 @@ "references": [

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