You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

ng-intercom

Package Overview
Dependencies
Maintainers
1
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

to
0.2.0

CHANGELOG.md

14

package.json
{
"name": "ng-intercom",
"version": "0.1.2",
"version": "0.2.0",
"description": "An Intercom wrapper for Angular",

@@ -15,3 +15,3 @@ "main": "index",

"scripts": {
"build": "tsc; cp package.json dist/package.json; cp README.md dist/README.md"
"build": "./node_modules/.bin/ngc; cp package.json dist/package.json; cp README.md dist/README.md"
},

@@ -28,6 +28,10 @@ "author": "scott-wyatt",

"peerDependencies": {
"@angular/core": "*"
"@angular/core": "*",
"@angular/common": "*"
},
"devDependencies": {
"@angular/core": "^4.0.0-rc.2",
"@angular/common": "^4.0.0-rc.3",
"@angular/compiler": "^4.0.0-rc.3",
"@angular/compiler-cli": "^4.0.0-rc.3",
"@angular/core": "^4.0.0-rc.3",
"rxjs": "^5.2.0",

@@ -38,2 +42,2 @@ "typescript": "^2.2.0",

"typings": "./index.d.ts"
}
}

@@ -45,3 +45,3 @@ # ng-intercom

constructor(
private intercom: Intercom
public intercom: Intercom
){}

@@ -48,0 +48,0 @@

Sorry, the diff of this file is not supported yet