@buttercup/app-env
Advanced tools
Comparing version 0.1.1 to 0.2.0
# App-Env Changelog | ||
## 0.1.1 | ||
## v0.2.0 | ||
_2020-01-26_ | ||
* Add WebDAV client creation | ||
## v0.1.1 | ||
_2020-01-03_ | ||
@@ -8,5 +13,5 @@ | ||
## 0.1.0 | ||
## v0.1.0 | ||
_2020-01-03_ | ||
* Initial release: Node & Web support |
{ | ||
"name": "@buttercup/app-env", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Buttercup application environment configuration manager", | ||
@@ -41,3 +41,4 @@ "main": "source/index.js", | ||
"gzip-js": "^0.3.2", | ||
"iocane": "^3.0.0" | ||
"iocane": "^3.0.0", | ||
"webdav": "^3.0.0" | ||
}, | ||
@@ -44,0 +45,0 @@ "devDependencies": { |
const { getCryptoResources } = require("./crypto.js"); | ||
const { getCompressionResources } = require("./compression.js"); | ||
const { getNetResources } = require("./net.js"); | ||
@@ -7,2 +8,3 @@ function applyNativeConfiguration(appEnv) { | ||
appEnv.setProperties(getCompressionResources()); | ||
appEnv.setProperties(getNetResources()); | ||
} | ||
@@ -9,0 +11,0 @@ |
const { getCryptoResources } = require("./crypto.js"); | ||
const { getCompressionResources } = require("./compression.js"); | ||
const { getNetResources } = require("./net.js"); | ||
@@ -7,2 +8,3 @@ function applyWebConfiguration(appEnv) { | ||
appEnv.setProperties(getCompressionResources()); | ||
appEnv.setProperties(getNetResources()); | ||
} | ||
@@ -9,0 +11,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
255820
21
928
3
12
3
+ Addedwebdav@^3.0.0
+ Addedaxios@0.21.4(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbase-64@0.1.0(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfast-xml-parser@3.21.1(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedhe@1.2.0(transitive)
+ Addedhot-patcher@0.5.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addednested-property@4.0.0(transitive)
+ Addedpath-posix@1.0.0(transitive)
+ Addedquerystringify@2.2.0(transitive)
+ Addedrequires-port@1.0.0(transitive)
+ Addedstrnum@1.0.5(transitive)
+ Addedurl-join@4.0.1(transitive)
+ Addedurl-parse@1.5.10(transitive)
+ Addedwebdav@3.6.2(transitive)