🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

win-utils

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win-utils - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
bower.json
{
"name": "win-base",
"version": "0.1.0",
"version": "0.1.1",
"description": "Helper libraries for the winjs evolutionary library",
"main": "winutils.js"
}
{
"name": "win-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "Helper libraries for the winjs evolutionary library",

@@ -5,0 +5,0 @@ "scripts": [

{
"name": "win-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "Helper libraries for the win evolutionary library. Built for NPM/Component.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -107,3 +107,5 @@ /**

for (i in selfBrowser) {
//global count only ever called inside browser environment
//lets loop through and count the keys in window -- then cahce that as part of our fingerprint
for (i in window) {
count++;

@@ -110,0 +112,0 @@ }

Sorry, the diff of this file is not supported yet