Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

threekit-browser-metrics

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

threekit-browser-metrics - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

metrics.js

@@ -17,2 +17,10 @@ 'use strict';

var fetch = void 0;
var isBrowser = process.browser;
if (!isBrowser) {
fetch = require('node-fetch');
} else {
fetch = window.fetch;
}
var metricsType = {

@@ -19,0 +27,0 @@ counter: true,

3

package.json
{
"name": "threekit-browser-metrics",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.3.0",
"promjs": "^0.3.3"

@@ -8,0 +9,0 @@ },

Sorry, the diff of this file is too big to display

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