Socket
Socket
Sign inDemoInstall

angular-cc-appinsights

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-cc-appinsights - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

11

package.json
{
"name": "angular-cc-appinsights",
"version": "0.1.1",
"version": "0.1.2",
"description": "An AngularJS module for integrating Microsoft's Application Insights within a SPA",

@@ -8,9 +8,10 @@ "main": "dist/angular-cc-appinsights.js",

"scripts": {
"build:full": "npm run init && npm run tsc && npm run uglify",
"lite": "lite-server",
"tsc": "node_modules/.bin/tsc",
"tsc:w": "node_modules/.bin/tsc -w",
"postinstall": "typings install",
"init": "npm run typings",
"tsc": "tsc",
"tsc:w": "tsc -w",
"start": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"test": "echo \"Error: no test specified\" && exit 1",
"typings": "typings",
"typings": "typings install",
"uglify": "uglifyjs dist/angular-cc-appinsights.js -o dist/angular-cc-appinsights.min.js --source-map dist/angular-cc-appinsights.min.js.map --compress"

@@ -17,0 +18,0 @@ },

@@ -33,4 +33,3 @@ # angular-cc-appinsights

> npm install
> npm run tsc
> npm run uglify
> npm run build:full
```

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