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

3vot

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3vot - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

13

index.js
window = window || { location: { hostname: "3vot.com", protocol: "http" } };
window._3vot = {
window._3vot = window._3vot || {};
module.exports= init;
var _3vot = {
el: null,

@@ -15,4 +19,2 @@ package: {},

module.exports= init;
function init(package, options){

@@ -32,2 +34,3 @@ if(!options) options = {};

loadFile( fileToLoad() );
window._3vot[package.name] = _3vot;
}

@@ -46,4 +49,4 @@

var fileToLoad = "index";
var width = _3vot.width = document.documentElement.clientWidth;
var height = _3vot.height = document.documentElement.clientHeight;
var width = _3vot.width = _3vot.el.offsetWidth || _3vot.el.clientWidth;
var height = _3vot.height = _3vot.el.offsetHeight || _3vot.el.clientHeight;
for(entry in entries){

@@ -50,0 +53,0 @@ var borders = entry.split("-");

{
"name": "3vot",
"version": "0.1.5",
"version": "0.1.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "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