@luics/json-server-client
Advanced tools
Comparing version 0.4.15 to 0.4.16
/// <reference types="react" /> | ||
import './Client.scss'; | ||
import { Plural, PluralSchema, Singular, SingularSchema, Validation } from '@luics/json-server-orm'; | ||
import './style/index.scss'; | ||
declare function Client({ db, validation, dark, }: { | ||
export default function Client({ db, validation, }: { | ||
db: { | ||
@@ -9,9 +9,2 @@ [name: string]: Plural<PluralSchema> | Singular<SingularSchema>; | ||
validation: Validation; | ||
dark?: boolean; | ||
}): JSX.Element; | ||
declare namespace Client { | ||
var defaultProps: { | ||
dark: boolean; | ||
}; | ||
} | ||
export default Client; |
{ | ||
"access": "public", | ||
"name": "@luics/json-server-client", | ||
"version": "0.4.15", | ||
"version": "0.4.16", | ||
"description": "", | ||
@@ -34,3 +35,3 @@ "author": "luics.xu@gmail.com", | ||
"@luics/json-server-orm": "^0.4.15", | ||
"@luics/lib": "^0.2.3", | ||
"@luics/lib": "^0.2.10", | ||
"lodash": "^4.17.21", | ||
@@ -66,5 +67,7 @@ "use-force-update": "^1.0.7" | ||
"html-webpack-plugin": "^5.3.1", | ||
"mini-css-extract-plugin": "^2.2.0", | ||
"mocha": "^9.0.3", | ||
"node-sass": "^4.14.1", | ||
"nodemon": "^2.0.4", | ||
"normalize.css": "^8.0.1", | ||
"npm-run-all": "^4.1.5", | ||
@@ -71,0 +74,0 @@ "portfinder-sync": "0.0.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
3182276
52
1237
Updated@luics/lib@^0.2.10