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

inferno-alef

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

inferno-alef - npm Package Compare versions

Comparing version 0.1.8 to 0.1.10

2

es/createComponent.d.ts

@@ -7,2 +7,2 @@ import { VNode, Props, InfernoChildren } from "inferno";

}, context: object) => VNode);
export default function createComponent<P>(rule: Rule, type?: AlefComponent<any> | string | Function, passThroughProps?: (() => string[]) | string[]): AlefComponent<P>;
export default function createComponent<P>(rule: Rule<P>, type?: AlefComponent<any> | string | Function, passThroughProps?: (() => string[]) | string[]): AlefComponent<P>;
{
"name": "inferno-alef",
"version": "0.1.8",
"version": "0.1.10",
"description": "Inferno bindings for Alef",
"main": "es/index.js",
"types": "es/index.d.ts",
"module": "es/index.js",

@@ -40,3 +41,3 @@ "jsnext:main": "es/index.js",

"devDependencies": {
"alef": "^0.1.6",
"alef": "^0.1.8",
"inferno": "^3.6.4",

@@ -43,0 +44,0 @@ "inferno-component": "^3.6.4",

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