snowplow-tracker
Advanced tools
Comparing version 0.3.0 to 0.4.0-beta.1
{ | ||
"name": "snowplow-tracker", | ||
"version": "0.3.0", | ||
"version": "0.4.0-beta.1", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"scripts": { | ||
"test": "./node_modules/mocha/bin/mocha", | ||
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*" | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w", | ||
"test": "ava", | ||
"test+coverage": "nyc --reporter=lcov npm test" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^1.21.3", | ||
"nock": "^0.44.0", | ||
"istanbul": "~0.3.20", | ||
"coveralls": "~2.11.4" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"contributors": [ | ||
"Fred Blundun", | ||
"Anton Parkhomenko" | ||
"Anton Parkhomenko", | ||
"Paul Boocock" | ||
], | ||
@@ -31,7 +34,33 @@ "description": "Node.js tracker for Snowplow", | ||
], | ||
"license": "Apache 2.0", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"request": "^2.81.0", | ||
"snowplow-tracker-core": "^0.5.0" | ||
"got": "^11.5.2", | ||
"snowplow-tracker-core": "^0.9.1", | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.6.0", | ||
"@types/sinon": "^9.0.5", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"@wessberg/rollup-plugin-ts": "^1.3.3", | ||
"ava": "^3.12.1", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.7.0", | ||
"eslint-plugin-ava": "^11.0.0", | ||
"nock": "^13.0.4", | ||
"nyc": "^15.1.0", | ||
"rollup": "^2.26.4", | ||
"sinon": "^9.0.3", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^3.9.7" | ||
}, | ||
"ava": { | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
} | ||
} |
@@ -1,8 +0,7 @@ | ||
# Node.js Analytics for Snowplow | ||
# Node.js Analytics for Snowplow | ||
[![Build Status][travis-image]][travis] | ||
[![early-release]][tracker-classificiation] | ||
[![Build Status][gh-actions-image]][gh-actions] | ||
[![npm version][npm-image]][npm-url] | ||
<a href="https://coveralls.io/r/snowplow/snowplow-nodejs-tracker?branch=master"> | ||
<img src="https://coveralls.io/repos/snowplow/snowplow-nodejs-tracker/badge.png?branch=master" height="20px"> | ||
</a> | ||
[![Coveralls][coveralls-image]][coveralls] | ||
@@ -17,6 +16,6 @@ ## Overview | ||
| Technical Docs | Setup Guide | Roadmap & Contributing | | ||
|--------------------------------------|-------------------------------|-------------------------| | ||
| [ ![i1][techdocs-image] ][tech-docs] | [ ![i2][setup-image] ][setup] | ![i3][roadmap-image] | | ||
| [Technical Docs][tech-docs] | [Setup Guide][setup] | _coming soon_ | | ||
| Technical Docs | Setup Guide | Contributing | | ||
|--------------------------------------|-------------------------------|---------------------------------| | ||
| [![i1][techdocs-image]][tech-docs] | [![i2][setup-image]][setup] | ![i3][contributing-image] | | ||
| [Technical Docs][tech-docs] | [Setup Guide][setup] | [Contributing](Contributing.md) | | ||
@@ -35,2 +34,3 @@ ## Developers | ||
npm install | ||
npm run build | ||
npm test | ||
@@ -41,3 +41,3 @@ ``` | ||
The Snowplow Node.js Tracker is copyright 2014-2017 Snowplow Analytics Ltd. | ||
The Snowplow Node.js Tracker is copyright 2014-2020 Snowplow Analytics Ltd. | ||
@@ -57,11 +57,16 @@ Licensed under the **[Apache License, Version 2.0][license]** (the "License"); | ||
[travis-image]: https://travis-ci.org/snowplow/snowplow-nodejs-tracker.png?branch=master | ||
[travis]: http://travis-ci.org/snowplow/snowplow-nodejs-tracker | ||
[npm-url]: http://badge.fury.io/js/snowplow-tracker | ||
[gh-actions]: https://github.com/snowplow/snowplow-nodejs-tracker/actions | ||
[gh-actions-image]: https://github.com/snowplow/snowplow-nodejs-tracker/workflows/Build/badge.svg | ||
[npm-url]: https://badge.fury.io/js/snowplow-tracker | ||
[npm-image]: https://badge.fury.io/js/snowplow-tracker.svg | ||
[coveralls-image]: https://coveralls.io/repos/github/snowplow/snowplow-nodejs-tracker/badge.svg?branch=master | ||
[coveralls]: https://coveralls.io/github/snowplow/snowplow-nodejs-tracker?branch=master | ||
[tech-docs]: https://github.com/snowplow/snowplow/wiki/node.js-tracker | ||
[tech-docs]: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/node-js-tracker/configuration/ | ||
[techdocs-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png | ||
[setup]: https://github.com/snowplow/snowplow/wiki/node.js-tracker-setup | ||
[setup]: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/node-js-tracker/setup/ | ||
[setup-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/setup.png | ||
[roadmap-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/roadmap.png | ||
[contributing-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/contributing.png | ||
[tracker-classificiation]: https://github.com/snowplow/snowplow/wiki/Tracker-Maintenance-Classification | ||
[early-release]: https://img.shields.io/static/v1?style=flat&label=Snowplow&message=Early%20Release&color=014477&labelColor=9ba0aa&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAeFBMVEVMaXGXANeYANeXANZbAJmXANeUANSQAM+XANeMAMpaAJhZAJeZANiXANaXANaOAM2WANVnAKWXANZ9ALtmAKVaAJmXANZaAJlXAJZdAJxaAJlZAJdbAJlbAJmQAM+UANKZANhhAJ+EAL+BAL9oAKZnAKVjAKF1ALNBd8J1AAAAKHRSTlMAa1hWXyteBTQJIEwRgUh2JjJon21wcBgNfmc+JlOBQjwezWF2l5dXzkW3/wAAAHpJREFUeNokhQOCA1EAxTL85hi7dXv/E5YPCYBq5DeN4pcqV1XbtW/xTVMIMAZE0cBHEaZhBmIQwCFofeprPUHqjmD/+7peztd62dWQRkvrQayXkn01f/gWp2CrxfjY7rcZ5V7DEMDQgmEozFpZqLUYDsNwOqbnMLwPAJEwCopZxKttAAAAAElFTkSuQmCC |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 3 instances in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 4 instances in 1 package
4
80
0
69
88557
3
15
10
772
2
+ Addedgot@^11.5.2
+ Addedtslib@^2.0.1
+ Added@sindresorhus/is@4.6.0(transitive)
+ Added@szmarczak/http-timer@4.0.6(transitive)
+ Added@types/cacheable-request@6.0.3(transitive)
+ Added@types/http-cache-semantics@4.0.4(transitive)
+ Added@types/keyv@3.1.4(transitive)
+ Added@types/node@22.12.0(transitive)
+ Added@types/responselike@1.0.3(transitive)
+ Addedcacheable-lookup@5.0.4(transitive)
+ Addedcacheable-request@7.0.4(transitive)
+ Addedclone-response@1.0.3(transitive)
+ Addeddecompress-response@6.0.0(transitive)
+ Addeddefer-to-connect@2.0.1(transitive)
+ Addedend-of-stream@1.4.4(transitive)
+ Addedget-stream@5.2.0(transitive)
+ Addedgot@11.8.6(transitive)
+ Addedhttp-cache-semantics@4.1.1(transitive)
+ Addedhttp2-wrapper@1.0.3(transitive)
+ Addedjson-buffer@3.0.1(transitive)
+ Addedkeyv@4.5.4(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedlowercase-keys@2.0.0(transitive)
+ Addedmimic-response@1.0.13.1.0(transitive)
+ Addednormalize-url@6.1.0(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedp-cancelable@2.1.1(transitive)
+ Addedpump@3.0.2(transitive)
+ Addedquick-lru@5.1.1(transitive)
+ Addedresolve-alpn@1.2.1(transitive)
+ Addedresponselike@2.0.1(transitive)
+ Addedsnowplow-tracker-core@0.9.4(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedundici-types@6.20.0(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedrequest@^2.81.0
- Removedajv@6.12.6(transitive)
- Removedasn1@0.2.6(transitive)
- Removedassert-plus@1.0.0(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedaws-sign2@0.7.0(transitive)
- Removedaws4@1.13.2(transitive)
- Removedbcrypt-pbkdf@1.0.2(transitive)
- Removedcaseless@0.12.0(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removedcore-util-is@1.0.2(transitive)
- Removeddashdash@1.14.1(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedecc-jsbn@0.1.2(transitive)
- Removedextend@3.0.2(transitive)
- Removedextsprintf@1.3.0(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedforever-agent@0.6.1(transitive)
- Removedform-data@2.3.3(transitive)
- Removedgetpass@0.1.7(transitive)
- Removedhar-schema@2.0.0(transitive)
- Removedhar-validator@5.1.5(transitive)
- Removedhttp-signature@1.2.0(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedisstream@0.1.2(transitive)
- Removedjsbn@0.1.1(transitive)
- Removedjson-schema@0.4.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedjson-stringify-safe@5.0.1(transitive)
- Removedjsprim@1.4.2(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedoauth-sign@0.9.0(transitive)
- Removedperformance-now@2.1.0(transitive)
- Removedpsl@1.15.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedqs@6.5.3(transitive)
- Removedrequest@2.88.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsnowplow-tracker-core@0.5.0(transitive)
- Removedsshpk@1.18.0(transitive)
- Removedtough-cookie@2.5.0(transitive)
- Removedtunnel-agent@0.6.0(transitive)
- Removedtweetnacl@0.14.5(transitive)
- Removeduri-js@4.4.1(transitive)
- Removeduuid@2.0.3(transitive)
- Removedverror@1.10.0(transitive)
Updatedsnowplow-tracker-core@^0.9.1