New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.10.0 to 21.10.1-rc1

17

.eslintrc.js

@@ -1,8 +0,1 @@

/**
* eslint (base) configuation template
*
* Use this configuration for all eslint configurations that do not use React.
*
* TODO Consolidate all of the formats to explicitly use this file
*/
module.exports = {

@@ -13,2 +6,3 @@ extends: "airbnb/base",

"arrow-parens": [2, "as-needed"],
"camelcase": 0,
"class-methods-use-this": 1,

@@ -25,4 +19,4 @@ "function-paren-newline": 0,

["builtin", "external", "internal"],
["parent", "sibling", "index"]
]
["parent", "sibling", "index"],
],
}

@@ -39,5 +33,6 @@ ],

"no-unused-vars": 1,
camelcase: 0,
quotes: [2, "double", "avoid-escape"]
"quotes": [2, "double", "avoid-escape"],
"sort-keys": [1, "asc", { caseSensitive: false, natural: true }],
"sort-vars": 2,
}
};
{
"name": "@ravti/analytics",
"version": "21.10.0",
"version": "21.10.1-rc1",
"description": "Ravti analytics",

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

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