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

bunadmin-auth-buncms

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunadmin-auth-buncms - npm Package Compare versions

Comparing version 1.1.1-beta.1 to 1.1.3-beta.0

0

lib/index.d.ts

@@ -0,0 +0,0 @@ import initData from "./utils/initData";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Values } from "../types";

@@ -0,0 +0,0 @@ "use strict";

import { Values } from "../types";
import { TFunction } from "i18next";
export default function validateController(values: Values, t: TFunction): Partial<Values>;

@@ -0,0 +0,0 @@ "use strict";

export default function SignInContainer(): JSX.Element;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface SignInParamsType {

@@ -0,0 +0,0 @@ "use strict";

declare const useStyles: (props?: any) => Record<"form" | "root" | "loginArea" | "paper" | "avatar" | "submit", string>;
export default useStyles;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface Values {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { Column } from "material-table";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

export default function list(): JSX.Element;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const SchemaName = "user";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default interface Values {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { IPluginData } from "@bunred/bunadmin";

@@ -0,0 +0,0 @@ "use strict";

8

package.json
{
"name": "bunadmin-auth-buncms",
"version": "1.1.1-beta.1",
"version": "1.1.3-beta.0",
"license": "Apache-2.0",

@@ -16,6 +16,6 @@ "main": "lib/index.js",

"test": "prettier --check --no-semi src/** pages/** test/** && jest",
"tsc": "rm -rf lib & tsc",
"pack": "rm -rf lib & tsc && npm pack"
"tsc": "rimraf lib & tsc",
"pack": "rimraf lib & tsc && npm pack"
},
"gitHead": "53c609b442e70df92cd128e8c01c404e87106328"
"gitHead": "8633a3f5a85925bdf12207aadd696c5d9aa8e4e4"
}

@@ -0,0 +0,0 @@ # bunadmin-plugin-buncms-user

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