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

@luics/json-server-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luics/json-server-client - npm Package Compare versions

Comparing version 0.4.15 to 0.4.16

cjs/plural/Button.d.ts

11

cjs/Client.d.ts
/// <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

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