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

rap-core

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rap-core - npm Package Compare versions

Comparing version 1.2.0 to 1.2.2

2

esm/context/dataProviderContext.d.ts

@@ -10,4 +10,4 @@ import React from "react";

declare const DataProvider: React.FC<{
value: DataProviderProps;
value?: DataProviderProps;
}>;
export default DataProvider;

@@ -16,3 +16,3 @@ export declare type AuthProvider = {

export interface Record {
id: Identifier;
id?: Identifier;
[key: string]: any;

@@ -19,0 +19,0 @@ }

@@ -10,4 +10,4 @@ import React from "react";

declare const DataProvider: React.FC<{
value: DataProviderProps;
value?: DataProviderProps;
}>;
export default DataProvider;

@@ -16,3 +16,3 @@ export declare type AuthProvider = {

export interface Record {
id: Identifier;
id?: Identifier;
[key: string]: any;

@@ -19,0 +19,0 @@ }

{
"name": "rap-core",
"version": "1.2.0",
"version": "1.2.2",
"description": "Core component for react-admin-panel",

@@ -53,3 +53,3 @@ "author": "Inioluwa Sogelola <inioluwwa4.is@gmail.com>",

},
"gitHead": "7f7edfa8fb82bddf89342bc2c242a76dbe1884bb"
"gitHead": "844940b4a4a61088830d20b5bda90e86d5cc6efb"
}

@@ -23,3 +23,3 @@ import { Dispatch, SetStateAction } from "react"

export interface Record {
id: Identifier
id?: Identifier
[key: string]: any

@@ -26,0 +26,0 @@ }

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