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

react-github-corner

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-github-corner - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

2

index.d.ts
import * as React from 'react';
import { CSSProperties } from 'react';
interface GithubCornerProps {
interface GithubCornerProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
href?: string;

@@ -6,0 +6,0 @@ size?: number | string;

{
"name": "react-github-corner",
"description": "Add a Github banner to your project page. A React version of: https://github.com/tholman/github-corners",
"version": "2.3.0",
"version": "2.4.0",
"homepage": "https://github.com/skratchdot/react-github-corner/",

@@ -28,8 +28,9 @@ "files": [

"build": "npm-run-all clean format lint cover transpile webpack",
"clean": "npm-run-all clean:coverage clean:lib clean:dev clean:prod",
"clean": "npm-run-all clean:coverage clean:lib clean:build",
"clean:coverage": "rimraf coverage/",
"clean:lib": "rimraf lib/",
"clean:dev": "rimraf ./build/dev/react-github-corner/*",
"clean:prod": "rimraf ./build/prod/*",
"clean:build": "rimraf build/",
"cover": "jest --coverage",
"predeploy": "npm run build",
"deploy": "gh-pages -d build/prod",
"format": "prettier --write --single-quote 'src/**/*.js' '*.js'",

@@ -50,41 +51,42 @@ "lint": "eslint src",

"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"babel-preset-env": "^1.6.1",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.6.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.15",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^3.3.6",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "^5.6.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"extract-text-webpack-plugin": "^3.0.2",
"gh-pages": "^3.1.0",
"html-loader": "^0.5.5",
"jest": "^22.4.3",
"jsdom": "^11.7.0",
"less": "^3.0.1",
"jest": "^23.6.0",
"jsdom": "^12.0.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"markdown-loader": "^2.0.2",
"npm-run-all": "^4.1.2",
"markdown-loader": "^4.0.0",
"npm-run-all": "^4.1.3",
"object-path-get": "^1.0.0",
"prettier": "^1.12.0",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.1",
"prettier": "^1.14.2",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^16.3.1",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.5.1",
"redux": "^3.5.2",
"redux-devtools": "^3.4.1",
"redux-thunk": "^2.0.1",
"redux-thunk": "^2.3.0",
"rimraf": "^2.6.2",
"url-loader": "^1.0.1",
"url-loader": "^1.1.1",
"webpack": "^3.10.0",

@@ -91,0 +93,0 @@ "webpack-dev-server": "^2.10.0"

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