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 8.0.1 to 8.0.2

bundles/ng-intercom.umd.js

51

package.json
{
"name": "ng-intercom",
"version": "8.0.1",
"version": "8.0.2",
"license": "MIT",

@@ -23,38 +23,3 @@ "repository": {

"homepage": "https://github.com/CaliStyle/ng-intercom#readme",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "run-s build:client build:aot build:server",
"build:prod": "run-s build:client:prod build:aot:prod build:server",
"build:staging": "run-s build:client:staging build:aot:staging build:server:staging",
"build:testing": "run-s build:client:testing build:aot:testing build:server:testing",
"build:client": "ng build",
"build:client:prod": "ng build --prod --build-optimizer",
"build:client:staging": "ng build --environment=staging",
"build:client:testing": "ng build --environment=testing",
"build:aot": "ng build --aot && ng run ng-intercom:server",
"build:aot:prod": "ng build --prod && ng run ng-intercom:server",
"build:aot:staging": "ng build --aot --target=staging --environment=staging && ng run ng-intercom:server",
"build:aot:testing": "ng build --aot --target=testing --environment=testing && ng run ng-intercom:server",
"build:server": "webpack",
"build:server:staging": "webpack",
"build:server:testing": "webpack",
"build:server:prod": "webpack -p",
"build:prod:ngsw": "npm run build:prod && npm run ngsw:config && npm run ngsw:copy",
"serve:prod": "npm run build:prod && node dist/server",
"serve:prod:ngsw": "npm run build:prod:ngsw && node dist/server",
"build:dist": "npm run clean && ng-packagr -p ng-package.json",
"ngsw:config": "node_modules/.bin/ngsw-config dist src/ngsw-config.json",
"ngsw:copy": "cp node_modules/@angular/service-worker/ngsw-worker.js dist/",
"test": "run-s test:ng test:e2e test:server",
"test:ng": "ng test --watch=false",
"test:e2e": "ng e2e",
"test:ng:watch": "ng test",
"test:server": "npm run build && mocha",
"lint": "ng lint --fix .",
"e2e": "ng e2e",
"heroku-postbuild": "npm run build:prod",
"clean": "rm -rf dist"
},
"main": "./dist/ng-intercom.js",
"main": "bundles/ng-intercom.umd.js",
"peerDependencies": {},

@@ -114,3 +79,2 @@ "devDependencies": {

"ng-packagr": "^4.7.0",
"node-sass": "^4.9.0",
"npm-run-all": "^4.1.5",

@@ -138,3 +102,12 @@ "protractor": "^5.4.2",

"tslib": "^1.9.0"
}
},
"module": "fesm5/ng-intercom.js",
"es2015": "fesm2015/ng-intercom.js",
"esm5": "esm5/ng-intercom.js",
"esm2015": "esm2015/ng-intercom.js",
"fesm5": "fesm5/ng-intercom.js",
"fesm2015": "fesm2015/ng-intercom.js",
"typings": "ng-intercom.d.ts",
"metadata": "ng-intercom.metadata.json",
"sideEffects": false
}
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