Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@buttercup/app-env

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buttercup/app-env - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

source/native/net.js

9

CHANGELOG.md
# 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc