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.0 to 1.0.1

es/Bling.js

15

CHANGELOG.md

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

<a name="1.0.1"></a>
## [1.0.1](https://github.com/nfl/react-gpt/compare/v1.0.0...v1.0.1) (2017-09-19)
### Bug Fixes
* **package.json:** Add es folder to published package ([2aa1a03](https://github.com/nfl/react-gpt/commit/2aa1a03))
<a name="1.0.0"></a>

@@ -6,5 +15,7 @@ ## [1.0.0](https://github.com/nfl/react-gpt/compare/v0.3.0...v1.0.0) (2017-09-18)

* Export AdManager ([9ed1807](https://github.com/nfl/react-gpt/commit/9ed1807))
* Build and export es modules ([2d7a3ec](https://github.com/nfl/react-gpt/commit/2d7a3ec))
* **createManager:** Export AdManager ([#53](https://github.com/nfl/react-gpt/issues/53)) ([9ed1807](https://github.com/nfl/react-gpt/commit/9ed1807)), closes [#42](https://github.com/nfl/react-gpt/issues/42)
* **package.json:** Add Yarn ([#38](https://github.com/nfl/react-gpt/issues/38)) ([8b7a570](https://github.com/nfl/react-gpt/commit/8b7a570))
* **package.json:** Export es modules ([#54](https://github.com/nfl/react-gpt/issues/54)) ([2d7a3ec](https://github.com/nfl/react-gpt/commit/2d7a3ec)), closes [#29](https://github.com/nfl/react-gpt/issues/29)
<a name="0.3.0"></a>

@@ -11,0 +22,0 @@ ## [0.3.0](https://github.com/nfl/react-gpt/compare/v0.2.5...v0.3.0) (2017-09-18)

5

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

@@ -31,2 +31,3 @@ "main": "lib/index.js",

"docs",
"es",
"src",

@@ -112,3 +113,3 @@ "dist",

"bundlesize": "npm run build:umd:min && bundlesize",
"clean": "rimraf lib coverage",
"clean": "rimraf lib coverage dist lib es",
"compile": "babel src --out-dir lib",

@@ -115,0 +116,0 @@ "examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples/apps --inline",

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