@cloudflare/util-en-garde
Advanced tools
Comparing version 7.1.0 to 7.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [7.1.2](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-en-garde@7.1.0...@cloudflare/util-en-garde@7.1.2) (2020-04-27) | ||
**Note:** Version bump only for package @cloudflare/util-en-garde | ||
# [7.1.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-en-garde@7.0.3...@cloudflare/util-en-garde@7.1.0) (2020-04-09) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import * as t from 'io-ts'; | ||
@@ -141,3 +142,3 @@ import { Compute } from './type-helpers'; | ||
enum: <Enum extends { | ||
[key: string]: string | number; | ||
[key: string]: import("react").ReactText; | ||
}>(e: Enum) => Codec<t.LiteralType<Enum[keyof Enum]>>; | ||
@@ -144,0 +145,0 @@ instanceof: <Constructor extends new (...args: any[]) => any>(c: Constructor) => Codec<t.Type<InstanceType<Constructor>, InstanceType<Constructor>, unknown>>; |
{ | ||
"name": "@cloudflare/util-en-garde", | ||
"description": "", | ||
"version": "7.1.0", | ||
"version": "7.1.2", | ||
"types": "./dist/index.d.ts", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "2f8ea2ece03e86a61d49a56739e446621469d107" | ||
"gitHead": "3a5a556f3392b3c8b6e35a7857a39f05ac1bb7eb" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71880
1088