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

react-gpt

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-gpt - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

src/.DS_Store

12

CHANGELOG.md

@@ -0,1 +1,13 @@

<a name="1.1.0"></a>
## [1.1.0](https://github.com/nfl/react-gpt/compare/v1.0.1...v1.1.0) (2017-11-08)
### Bug Fixes
* Fixed bug in example Router project ([7687ee9](https://github.com/nfl/react-gpt/commit/7687ee9))
### Code Refactoring
* Updated to support React 16 and unit tests refactored for React 16 ([84264e7](https://github.com/nfl/react-gpt/commit/84264e7))
<a name="1.0.1"></a>

@@ -2,0 +14,0 @@

39

package.json
{
"name": "react-gpt",
"version": "1.0.1",
"version": "1.1.0",
"description": "A react display ad component using Google Publisher Tag",

@@ -28,10 +28,3 @@ "main": "lib/index.js",

},
"files": [
"*.md",
"docs",
"es",
"src",
"dist",
"lib"
],
"files": ["*.md", "docs", "es", "src", "dist", "lib"],
"dependencies": {

@@ -65,7 +58,7 @@ "deep-equal": "^1.0.1",

"eslint": "4.7.0",
"eslint-config-nfl": "12.0.0",
"eslint-config-prettier": "^2.5.0",
"eslint-plugin-prettier": "^2.2.0",
"eslint-config-nfl": "12.0.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-mocha": "4.11.0",
"eslint-plugin-prettier": "^2.2.0",
"eslint-plugin-react": "7.3.0",

@@ -90,5 +83,6 @@ "express": "^4.13.4",

"radium": "^0.18.1",
"react": "^15.0.1",
"react": "^16.0.0",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"rimraf": "^2.5.2",

@@ -104,4 +98,4 @@ "serve-static": "^1.10.2",

"prop-types": "^15.5.10",
"react": "^15.0.1",
"react-dom": "^15.0.1"
"react": "^15.0.1 || ^16.0.0",
"react-dom": "^15.0.1 || ^16.0.0"
},

@@ -113,12 +107,17 @@ "scripts": {

"build:es": "BABEL_ENV=es babel --copy-files ./src -d es",
"build:umd": "NODE_ENV=development webpack src/index.js dist/react-gpt.js",
"build:umd:min": "NODE_ENV=production webpack -p src/index.js dist/react-gpt.min.js",
"build:umd":
"NODE_ENV=development webpack src/index.js dist/react-gpt.js",
"build:umd:min":
"NODE_ENV=production webpack -p src/index.js dist/react-gpt.min.js",
"bundlesize": "npm run build:umd:min && bundlesize",
"clean": "rimraf lib coverage dist lib es",
"compile": "babel src --out-dir lib",
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples/apps --inline",
"examples":
"webpack-dev-server --config examples/webpack.config.js --content-base examples/apps --inline",
"lint": "eslint --fix src test examples",
"start": "npm run build && env BABEL_ENV=examples node examples/server/index.js",
"start":
"npm run build && env BABEL_ENV=examples node examples/server/index.js",
"pretest": "npm run build",
"prepublish": "npm run build && npm run build:es && npm run build:umd && npm run build:umd:min",
"prepublish":
"npm run build && npm run build:es && npm run build:umd && npm run build:umd:min",
"test": "npm run lint && karma start",

@@ -125,0 +124,0 @@ "update-apilist": "node ./scripts/updateAPIList.js"

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