Socket
Socket
Sign inDemoInstall

keen-js

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keen-js - npm Package Compare versions

Comparing version 5.0.4 to 6.0.0

13

CHANGELOG.md
<!--
<a name="{{ version }}"></a>
# {{ version }} {{ title }}
-->
<a name="5.0.0"></a>
# 6.0.0
**Stream: [keen-tracking.js](https://github.com/keen/keen-tracking.js)**
[Release: {{ title }} ({{ version }})](https://github.com/keen/keen-tracking.js/releases/tag/{{ version }})
* Clearer install instructions
**Compute: [keen-analysis.js](https://github.com/keen/keen-analysis.js)**
[{{ release-title }} ({{ version }})](https://github.com/keen/keen-analysis.js/releases/tag/{{ version }})
**Visualize: [keen-dataviz.js](https://github.com/keen/keen-dataviz.js)**
[{{ release-title }} ({{ version }})](https://github.com/keen/keen-dataviz.js/releases/tag/{{ version }})
-->
<a name="5.0.0"></a>

@@ -16,0 +11,0 @@ # 5.0.0

{
"name": "keen-js",
"version": "5.0.4",
"version": "6.0.0",
"license": "MIT",
"main": "dist/node/keen.umd.js",
"browser": "dist/keen.umd.js",
"style": "dist/keen.css",
"main": "",
"repository": {

@@ -12,17 +10,3 @@ "type": "git",

},
"scripts": {
"start": "NODE_ENV=development webpack-dev-server",
"postcss-watch": "node_modules/postcss-cli/bin/postcss style/keen.css -o test/demo/keen.css --watch --config postcss.config.js",
"test": "jest",
"build": "NODE_ENV=production webpack -p && NODE_ENV=production OPTIMIZE_MINIMIZE=1 webpack -p && npm run build:bundle && npm run build:node && npm run build:css && npm run build:css:min",
"build:bundle": "NODE_ENV=production BUNDLE=1 webpack -p && NODE_ENV=production OPTIMIZE_MINIMIZE=1 BUNDLE=1 webpack -p ",
"build:node": "TARGET=node NODE_ENV=production webpack -p",
"build:css": "node_modules/postcss-cli/bin/postcss style/keen.css -o dist/keen.css --config postcss.config.js",
"build:css:min": "OPTIMIZE_MINIMIZE=1 node_modules/postcss-cli/bin/postcss style/keen.css -o dist/keen.min.css --config postcss.config.js",
"preversion": "npm run build",
"version": "git add .",
"postversion": "git push && git push --tags",
"profile": "webpack --profile --json > stats.json",
"analyze": "webpack-bundle-analyzer stats.json /dist"
},
"scripts": {},
"bugs": "https://github.com/keen/keen-js/issues",

@@ -35,40 +19,4 @@ "author": "Keen IO <team@keen.io> (https://keen.io/)",

],
"dependencies": {
"keen-analysis": "^2.0.0",
"keen-dataviz": "^2.0.6",
"keen-tracking": "^2.0.1"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"concurrently": "^3.5.1",
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"event-stream": "^3.1.7",
"gulp": "^3.8.10",
"gulp-awspublish": "0.0.23",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.1",
"html-loader": "^0.5.5",
"jest": "^22.4.3",
"postcss": "^6.0.21",
"postcss-cli": "^5.0.0",
"postcss-cssnext": "^2.4.0",
"postcss-import": "^8.2.0",
"postcss-loader": "^2.1.3",
"precss": "^3.1.2",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
}
"dependencies": {},
"devDependencies": {}
}
# Keen JavaScript SDK
This is v5 of the Keen JS SDK. Previous versions and their documentation are available as [branches](https://github.com/keen/keen-js/branches) of this repo.
### Get Project ID & API Keys

@@ -9,18 +7,4 @@

### Installation
# Write, Track, Stream Events - Keen Tracking JS
```ssh
npm install keen-js --save
```
Under the hood, this is simply a bundled release of the following packages:
* [keen-tracking.js](https://github.com/keen/keen-tracking.js)
* [keen-analysis.js](https://github.com/keen/keen-analysis.js)
* [keen-dataviz.js](https://github.com/keen/keen-dataviz.js)
**Install standalone packages for better performance**
# Stream Events - Keen Tracking JS
**What is an event?** An event is a record of something important happening in the life of your app or service: like a click, a purchase, or a device activation.

@@ -36,5 +20,5 @@

# Compute - Keen Analysis JS
# Read, Query, Compute - Keen Analysis JS
Keen's powerful Compute API gives you fast answers to the questions that matter.
Keen's powerful API gives you fast answers to the questions that matter.

@@ -59,12 +43,10 @@ ### Installation

**Documentation:** [Full documentation is available in the keen-dataviz.js repo](https://github.com/keen/keen-dataviz.js).
[Full documentation is available in the keen-dataviz.js repo](https://github.com/keen/keen-dataviz.js).
---
### Contributing
### Keen-js deprecated versions
This is an open source project and we love involvement from the community! Hit us up with pull requests and issues.
Previous versions and their documentation are available as [branches](https://github.com/keen/keen-js/branches) of this repo.
[Learn more about contributing to this project](./CONTRIBUTING.md).
---

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