Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jamiebuilds/create-react-context
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43ae1133176584dbbfba4428228a4e66ef27fb5f
Choose a base ref
...
head repository: jamiebuilds/create-react-context
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 81e8d508497e6fcbc97295bb7fdd04b41ca09883
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 11, 2018

  1. Update LICENSE

    jamiebuilds authored Sep 11, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    lifeofguenter Günter Grodotzki
    Copy the full SHA
    f31c9ed View commit details
  2. Update package.json

    jamiebuilds authored Sep 11, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    lifeofguenter Günter Grodotzki
    Copy the full SHA
    98efab9 View commit details

Commits on Jun 5, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b04abbb View commit details
  2. 0.3.0

    jamiebuilds committed Jun 5, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    81e8d50 View commit details
Showing with 14 additions and 36 deletions.
  1. +1 −30 LICENSE
  2. +4 −4 package.json
  3. +1 −1 src/implementation.js
  4. +8 −1 yarn.lock
31 changes: 1 addition & 30 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,33 +1,4 @@
Copyright (c) Jamie Kyle

This license is granted to everyone except for the following entities and
any of their subsidiaries:

- "Microsoft Corporation" (for working with ICE)
- "Palantir Technologies" (for working with ICE)
- "Amazon.com, Inc." (for abusive treatment of workers and for working with ICE)
- "Northeastern University" (for working with ICE)
- "Ernst & Young" (for working with ICE)
- "Thomson Reuters" (for working with ICE)
- "Motorola Solutions" (for working with ICE)
- "Deloitte Consulting LLP" (for working with ICE)
- "John Hopkins University" (for working with ICE)
- "Dell Inc" (for working with ICE)
- "Xerox Corporation" (for working with ICE)
- "Canon Inc" (for working with ICE)
- "Vermont State Colleges" (for working with ICE)
- "Charter Communications"/"Spectrum"/"Time Warner Cable" (for working with ICE)
- "LinkedIn Corporation" (for working with ICE)
- "United Parcel Service Co" (for working with ICE)
- "Walmart Inc" (for abusive treatment of workers)
- "Sears Holding Corporation" (for abusive treatment of workers)
- "Apple Inc" (for abusive treatment of workers)
- "Tyson Foods Inc" (for abusive treatment of workers)
- "Target Corporation" (for union busting and anti-union propaganda)
- "The H&M group" (for abusive treatment of workers)
- "Tesla, Inc" (for abusive treatment of workers)

MIT License
Copyright (c) 2017-present James Kyle <me@thejameskyle.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "create-react-context",
"version": "0.2.3",
"version": "0.3.0",
"description": "Polyfill for the proposed React context API",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": "https://github.com/thejameskyle/create-react-context",
"author": "James Kyle <me@thejameskyle.com>",
"license": "SEE LICENSE IN LICENSE",
"license": "MIT",
"keywords": [
"react",
"context",
@@ -26,8 +26,8 @@
"commit": "lint-staged"
},
"dependencies": {
"fbjs": "^0.8.0",
"gud": "^1.0.0"
"gud": "^1.0.0",
"warning": "^4.0.3"
},
"peerDependencies": {
"prop-types": "^15.0.0",
2 changes: 1 addition & 1 deletion src/implementation.js
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
import React, { Component, type Node } from 'react';
import PropTypes from 'prop-types';
import gud from 'gud';
import warning from 'fbjs/lib/warning';
import warning from 'warning';

const MAX_SIGNED_31_BIT_INT = 1073741823;

9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
@@ -1421,7 +1421,7 @@ fb-watchman@^2.0.0:
dependencies:
bser "^2.0.0"

fbjs@^0.8.0, fbjs@^0.8.16:
fbjs@^0.8.16:
version "0.8.16"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.16.tgz#5e67432f550dc41b572bf55847b8aca64e5337db"
dependencies:
@@ -3683,6 +3683,13 @@ walker@~1.0.5:
dependencies:
makeerror "1.0.x"

warning@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
dependencies:
loose-envify "^1.0.0"

watch@~0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/watch/-/watch-0.18.0.tgz#28095476c6df7c90c963138990c0a5423eb4b986"