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

@pga/react-intercom

Package Overview
Dependencies
Maintainers
16
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pga/react-intercom - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="0.1.2"></a>
## [0.1.2](https://github.com/pgahq/pga-common/compare/@pga/react-intercom@0.1.1...@pga/react-intercom@0.1.2) (2018-10-08)
**Note:** Version bump only for package @pga/react-intercom
<a name="0.1.1"></a>

@@ -8,0 +16,0 @@ ## 0.1.1 (2018-09-17)

4

package.json
{
"name": "@pga/react-intercom",
"version": "0.1.1",
"version": "0.1.2",
"description": "React Intercom Component",

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

"lint": "npx standard",
"test": "jest --env=jsdom"
"test": "npx jest"
},

@@ -12,0 +12,0 @@ "devDependencies": {

@@ -11,4 +11,3 @@ import React from 'react'

expect(window.Intercom.apply).toHaveBeenCalled()
expect(window.Intercom.apply).toHaveBeenCalledWith(null, ['boot', objArg])
expect(window.Intercom).toHaveBeenCalledWith('boot', objArg)
})

@@ -15,0 +14,0 @@ })

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