New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@scriptollc/slideout

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scriptollc/slideout - npm Package Compare versions

Comparing version

to
1.0.6

3

index.js

@@ -26,3 +26,4 @@ 'use strict';

var regex = /^(Webkit|Khtml|Moz|ms|O)(?=[A-Z])/;
var styleDeclaration = doc.getElementsByTagName('script')[0].style;
var el = doc.createElement('div')
var styleDeclaration = el.style;
for (var prop in styleDeclaration) {

@@ -29,0 +30,0 @@ if (regex.test(prop)) {

@@ -6,3 +6,3 @@ {

"author": "Guille Paz <guille87paz@gmail.com>",
"version": "1.0.5",
"version": "1.0.6",
"scripts": {

@@ -9,0 +9,0 @@ "build": "node browserify.js",