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

ng-intercom

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-intercom - npm Package Compare versions

Comparing version 1.0.0-beta.9 to 1.0.0-beta.10

5

CHANGELOG.md

@@ -7,3 +7,5 @@ # Changelog

## [1.0.0-beta.10] - 2017-11-15
### Fixed
- **BREAKING CHANGE**: `ng-intercom` now requires peers of Angular v5. Please update your applications, or you may get an error when compiling.
## [1.0.0-beta.9] - 2017-11-01

@@ -13,3 +15,2 @@ ### Fixed

## [1.0.0-beta.8] - 2017-10-14

@@ -16,0 +17,0 @@ ### Fixed

8

package.json
{
"name": "ng-intercom",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "An Intercom wrapper for Angular",

@@ -27,4 +27,4 @@ "main": "./dist/index",

"peerDependencies": {
"@angular/core": ">=2.0.0 <6.0.0",
"@angular/router": ">=2.0.0 <6.0.0"
"@angular/core": ">=5.0.0 <6.0.0",
"@angular/router": ">=5.0.0 <6.0.0"
},

@@ -43,3 +43,3 @@ "devDependencies": {

"typescript": "^2.4.2",
"zone.js": "0.8.12"
"zone.js": "0.8.18"
},

@@ -46,0 +46,0 @@ "typings": "./dist/index",

@@ -19,3 +19,3 @@ # Angular Intercom

```sh
$ npm install ng-intercom@beta --save
$ npm install ng-intercom@latest --save
```

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