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

@ravti/analytics

Package Overview
Dependencies
Maintainers
3
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ravti/analytics - npm Package Compare versions

Comparing version 21.6.2-beta.0 to 21.6.2-beta.1

31

lib/index.js
"use strict";
module.exports = require("./constants");
module.exports.RavtiAnalytics = require("./analytics");
Object.defineProperty(exports, "__esModule", {
value: true
});
var _exportNames = {
RavtiAnalytics: true
};
Object.defineProperty(exports, "RavtiAnalytics", {
enumerable: true,
get: function get() {
return _analytics.default;
}
});
var _analytics = _interopRequireDefault(require("./analytics"));
var _constants = require("./constants");
Object.keys(_constants).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _constants[key];
}
});
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

2

package.json
{
"name": "@ravti/analytics",
"version": "21.6.2-beta.0",
"version": "21.6.2-beta.1",
"description": "Ravti analytics",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

/* global it, expect */
import RavtiAnalytics from "../src/analytics";
import { RavtiAnalytics, USER_VIEWED_CHANGELOG } from "../src";

@@ -9,1 +9,5 @@ it("should have the interface methods", () => {

});
it("should export the event names", () => {
expect(typeof USER_VIEWED_CHANGELOG).toEqual("string");
});
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