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

@bikeshaving/crank

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bikeshaving/crank - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

3

CHANGELOG.md
# Changelog
## [0.3.5] - 2020-09-17
### Fixed
- Added ChildIterable type to exports to deal with TypeScript errors (#156).
## [0.3.4] - 2020-09-09

@@ -3,0 +6,0 @@ ### Fixed

2

cjs/crank.d.ts

@@ -57,3 +57,3 @@ /**

export declare type Child = Element | string | number | boolean | null | undefined;
interface ChildIterable extends Iterable<Child | ChildIterable> {
export interface ChildIterable extends Iterable<Child | ChildIterable> {
}

@@ -60,0 +60,0 @@ /**

@@ -57,3 +57,3 @@ /**

export declare type Child = Element | string | number | boolean | null | undefined;
interface ChildIterable extends Iterable<Child | ChildIterable> {
export interface ChildIterable extends Iterable<Child | ChildIterable> {
}

@@ -60,0 +60,0 @@ /**

{
"name": "@bikeshaving/crank",
"version": "0.3.4",
"version": "0.3.5",
"description": "Write JSX-driven components with functions, promises and generators.",

@@ -5,0 +5,0 @@ "homepage": "https://crank.js.org",

@@ -57,3 +57,3 @@ /**

export declare type Child = Element | string | number | boolean | null | undefined;
interface ChildIterable extends Iterable<Child | ChildIterable> {
export interface ChildIterable extends Iterable<Child | ChildIterable> {
}

@@ -60,0 +60,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