Socket
Socket
Sign inDemoInstall

@simpli/meta-schema

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simpli/meta-schema - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

dist/types/Schema.d.ts

@@ -9,5 +9,5 @@ import { SchemaBuilder } from './SchemaBuilder';

abstract translateFrom(fieldName: string): string;
get allFields(): string[];
get allHeaders(): string[];
get header(): Dictionary<string>;
readonly allFields: string[];
readonly allHeaders: string[];
readonly header: Dictionary<string>;
build<M>(model: M, fieldName: string, attrs?: Record<string, string>, listeners?: Record<string, Function | Function[]>): SchemaBuilder<M>;

@@ -14,0 +14,0 @@ private fieldByType;

{
"name": "@simpli/meta-schema",
"version": "1.0.0",
"version": "1.0.1",
"description": "A data-structure library to describe more information about your model in a separated file",

@@ -119,3 +119,3 @@ "keywords": [],

"typedoc": "^0.12.0",
"typescript": "^3.0.3"
"typescript": "3.4.4"
},

@@ -122,0 +122,0 @@ "dependencies": {},

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