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

@twilio-paste/anchor

Package Overview
Dependencies
Maintainers
5
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-paste/anchor - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/prop-types.json

8

CHANGELOG.md

@@ -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 @@

4

dist/index.d.ts
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

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