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

react-external-link

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-external-link - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

11

dist/index.d.ts

@@ -1,1 +0,10 @@

export * from './ExternalLink';
import { AnchorHTMLAttributes } from 'react';
import { FC } from 'react';
export declare const ExternalLink: FC<ExternalLinkProps>;
export declare interface ExternalLinkProps extends Omit<AnchorHTMLAttributes<Element>, 'href'> {
href: string;
}
export { }

37

package.json
{
"name": "react-external-link",
"version": "2.2.0",
"license": "MIT",

@@ -37,20 +36,21 @@ "type": "module",

"lint": "eslint --ext ts,tsx ./src ./test vite.config.ts",
"lint:fix": "npm run lint -- --fix"
"lint:fix": "npm run lint -- --fix",
"types": "tsc"
},
"devDependencies": {
"@shlinkio/eslint-config-js-coding-standard": "~2.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-istanbul": "^0.30.1",
"eslint": "^8.34.0",
"jsdom": "^21.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.4",
"vite": "^4.3.0",
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.30.1"
"@shlinkio/eslint-config-js-coding-standard": "~2.4.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vitest": "^1.3.0"
},

@@ -63,3 +63,4 @@ "peerDependencies": {

"dist"
]
],
"version": "2.3.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