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 1.2.1 to 1.2.2

dist/ExternalLink.d.ts

17

CHANGELOG.md

@@ -7,2 +7,19 @@ # CHANGELOG

## [1.2.2] - 2021-07-07
### Added
* *Nothing*
### Changed
* *Nothing*
### Deprecated
* *Nothing*
### Removed
* *Nothing*
### Fixed
* [#30](https://github.com/acelaya/react-external-link/issues/30) Fixed wrong generation of definition types before publishing.
## [1.2.1] - 2021-03-05

@@ -9,0 +26,0 @@ ### Added

0

dist/index.cjs.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import React from 'react';

6

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

@@ -26,3 +26,3 @@ "main": "dist/index.cjs.js",

"scripts": {
"build": "rollup -c",
"build": "rollup -c && mv dist/src/* dist && rm -rf dist/src dist/test",
"build:watch": "rollup -c -w",

@@ -36,2 +36,3 @@ "dev": "npm run build:watch",

"devDependencies": {
"@rollup/plugin-typescript": "^8.2.1",
"@shlinkio/eslint-config-js-coding-standard": "~1.2.1",

@@ -51,3 +52,2 @@ "@testing-library/jest-dom": "^5.11.6",

"rollup": "^2.35.1",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^26.4.4",

@@ -54,0 +54,0 @@ "ts-node": "^9.1.1",

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