Socket
Socket
Sign inDemoInstall

@kano/kbc-telemetry

Package Overview
Dependencies
Maintainers
11
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/kbc-telemetry - npm Package Compare versions

Comparing version 4.13.5-alpha.0 to 4.14.10-alpha.0

16

package.json
{
"name": "@kano/kbc-telemetry",
"version": "4.13.5-alpha.0",
"version": "4.14.10-alpha.0",
"description": "Telemetry module for boilerplate apps, using react-tracking",

@@ -18,6 +18,8 @@ "author": "Kano Computing",

"test": "echo \"Error: run tests from root\" && exit 1",
"build": "yarn run clean && yarn run compile",
"watch": "nodemon --watch src/ -e ts,tsx --exec 'yarn run build && yalc push'",
"build": "yarn run clean && yarn run compile:tsc",
"build:quick": "yarn run compile:tsc",
"watch": "lerna run watch:quick --parallel --scope=@kano/kbc-telemetry --include-dependencies",
"watch:quick": "onchange -v 'src/**/*.{ts,tsx}' -- yarn run build:quick",
"clean": "rm -rf ./lib",
"compile": "tsc -b tsconfig.build.json",
"compile:tsc": "tsc -p tsconfig.json",
"prepublishOnly": "yarn run build"

@@ -34,7 +36,5 @@ },

"@types/react-tracking": "^7.0.2",
"@types/uuid": "^3.4.7",
"typescript": "^3.7.5",
"whatwg-fetch": "^3.0.0"
"@types/uuid": "^3.4.7"
},
"gitHead": "87ea6b7ddc3a0273d3d64ccb9174625615dd724c"
"gitHead": "a9b97e39670d016f6e50c0a5326871b06c6164be"
}
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