@twilio-paste/anchor
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.6](https://github.com/twilio-labs/paste/compare/@twilio-paste/anchor@1.0.5...@twilio-paste/anchor@1.0.6) (2020-02-11) | ||
**Note:** Version bump only for package @twilio-paste/anchor | ||
## [1.0.5](https://github.com/twilio-labs/paste/compare/@twilio-paste/anchor@1.0.4...@twilio-paste/anchor@1.0.5) (2020-02-07) | ||
@@ -8,0 +16,0 @@ |
import * as React from 'react'; | ||
export declare type AnchorTargets = '_self' | '_blank' | '_parent' | '_top'; | ||
export declare type AnchorTabIndexes = 0 | -1; | ||
interface Anchor { | ||
export interface AnchorProps { | ||
className?: never; | ||
@@ -16,4 +16,4 @@ children: NonNullable<React.ReactNode>; | ||
} | ||
declare const Anchor: React.FC<Anchor>; | ||
declare const Anchor: React.FC<AnchorProps>; | ||
export { Anchor }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@twilio-paste/anchor", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"category": "interaction", | ||
@@ -21,3 +21,3 @@ "status": "production", | ||
"scripts": { | ||
"build": "yarn clean && yarn compile", | ||
"build": "yarn clean && yarn compile && yarn props-gen", | ||
"build:dev": "yarn clean && yarn compile:dev", | ||
@@ -28,2 +28,3 @@ "clean": "rm -rf ./dist && rm -rf tsconfig.build.tsbuildinfo && rm -rf .rpt2_cache", | ||
"prepublishOnly": "yarn build", | ||
"props-gen": "typedoc --tsconfig ./tsconfig.json --json ./dist/prop-types.json", | ||
"type-check": "tsc --noEmit" | ||
@@ -46,5 +47,6 @@ }, | ||
"rollup-plugin-typescript2": "^0.21.2", | ||
"typedoc": "^0.16.9", | ||
"typescript": "^3.5.2" | ||
}, | ||
"gitHead": "8ce7a55fec7bdb1aebf1659bf563d14d17daee73" | ||
"gitHead": "4b19618b36384fa00e956ac03dfea2b25b6030a2" | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
37691
11
870
8