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

@brainly-gene/core

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainly-gene/core - npm Package Compare versions

Comparing version 0.2.0-alpha.18 to 0.2.0-alpha.19

2

package.json
{
"name": "@brainly-gene/core",
"version": "0.2.0-alpha.18",
"version": "0.2.0-alpha.19",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -1,2 +0,2 @@

import React, { PropsWithChildren } from 'react';
import React from 'react';
import { interfaces } from 'inversify';

@@ -14,3 +14,3 @@ export declare const InversifyContext: React.Context<{

export declare function useCallbackInjection<T, R = void>(identifier: interfaces.ServiceIdentifier<CallbackType<T, R>>, fallback: CallbackType<T, R>): CallbackType<T, R>;
export declare function withIoc<T extends PropsWithChildren>(getContainer: (props: T) => interfaces.Container): (Page: React.ComponentType<T>) => (props: T) => import("react/jsx-runtime").JSX.Element;
export declare function withIoc<T extends JSX.IntrinsicAttributes>(getContainer: (props: T) => interfaces.Container): (Page: React.ComponentType<T>) => (props: T) => import("react/jsx-runtime").JSX.Element;
export {};
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