New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tvanlaerhoven/epex-client

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tvanlaerhoven/epex-client - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

CHANGELOG.md
# @tvanlaerhoven/epex-client
## 1.0.1
### Patch Changes
- eff0b39: Fixed a missing documentation link.
## 1.0.0

@@ -7,2 +13,2 @@

- Initial release
- Initial release

14

package.json
{
"name": "@tvanlaerhoven/epex-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get European Power Exchange (EPEX) market data",

@@ -23,2 +23,12 @@ "main": "dist/bundle.cjs.js",

},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tvanlaerhoven/epex-client.git"
},
"author": "Tom Van Laerhoven",
"license": "GPL-3.0",
"homepage": "https://github.com/tvanlaerhoven/epex-client",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"lint-staged": {

@@ -30,4 +40,2 @@ "*/(src|test)/**/*.{js,jsx,ts,tsx}": [

"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {

@@ -34,0 +42,0 @@ "@changesets/cli": "^2.27.11",

@@ -23,3 +23,3 @@ # Epex Client

```sh
yarn @tvanlaerhoven/epex-client
yarn add @tvanlaerhoven/epex-client
```

@@ -59,6 +59,6 @@

const client = new Epex.Client({proxyServer: 'http://localhost:8088', debug: true });
const client = new Epex.Client({ proxyServer: 'http://localhost:8088', debug: true });
```
The [example]('./example') demonstrates this. Try it by running:
The [example](https://github.com/tvanlaerhoven/epex-client/tree/main/example) demonstrates this. Try it by running:

@@ -65,0 +65,0 @@ ```sh

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