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.0-alpha.2 to 0.1.1

CHANGELOG.md

7

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

@@ -32,2 +32,7 @@ "main": "dist/index.js",

},
"standard": {
"env": [
"jest"
]
},
"jest": {

@@ -34,0 +39,0 @@ "setupFiles": [

2

src/__tests__/index.test.js
import React from 'react'
import { mount } from 'enzyme'
import { MemoryRouter as Router } from 'react-router-dom'
import { IntercomAPI, Intercom } from '../'

@@ -8,3 +7,2 @@

it(`should call Intercom method with provided args`, () => {
const spy = jest.spyOn(window.Intercom, 'apply')
const objArg = { some: 'object' }

@@ -11,0 +9,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