Socket
Socket
Sign inDemoInstall

residue

Package Overview
Dependencies
2
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

2

CHANGELOG.md
# Change Log
## [1.2.3]
## [1.2.4]
- `loadConfiguration` now accepts object

@@ -5,0 +5,0 @@

{
"name": "residue",
"version": "1.2.3",
"version": "1.2.4",
"description": "Library to interact with residue server seamlessly.",

@@ -26,3 +26,3 @@ "main": "src/residue.js",

],
"author": "Muflihun Labs <info@muflihun.com> (https://muflihun.com/)",
"author": "Muflihun Labs <info@muflihun.com>",
"license": "Apache-2.0",

@@ -29,0 +29,0 @@ "bugs": {

@@ -79,2 +79,9 @@

// other levels
logger.warn(...);
logger.error(...);
logger.debug(...);
logger.trace(...);
logger.fatal(...);
logger.verbose(verbose-level, ...);
```

@@ -84,1 +91,23 @@

You can check out [sample client apps](https://github.com/muflihun/residue-node/blob/master/samples) for practical use of this package.
## License
```
Copyright 2017-present Muflihun Labs
Copyright 2017-present @abumusamq
https://github.com/muflihun/
https://muflihun.github.io/
https://muflihun.com/
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc