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

alcaeus

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alcaeus - npm Package Compare versions

Comparing version 3.0.0-esm.1 to 3.0.0

21

CHANGELOG.md
# Changelog
## 3.0.0
### Major Changes
- f48a8a4: Convert to ESM-only. Other changes include:
1. `isomorphic-fetch` and `isomorhpic-form-data` are removed as dependencies. They should be loaded by consumers if necessary
2. Removed `./web` and `./node` modules. Instead, consumers must use `alcaeus` in conjunction with an RDF/JS environment
3. Extracted packages `alcaeus-model` and `alcaeus-core`
### Patch Changes
- 1f828be: Remove TS from packed packages
- Updated dependencies [c90e5bb]
- Updated dependencies [1f828be]
- Updated dependencies [6a2cfd5]
- alcaeus-model@1.0.0
- alcaeus-core@1.0.0
## 3.0.0-esm.1

@@ -18,3 +37,3 @@

1. `isomorphic-fetch` and `isomorhpic-form-data` are removed as dependencies. They should be loaded by consumer s if necessary
1. `isomorphic-fetch` and `isomorhpic-form-data` are removed as dependencies. They should be loaded by consumers if necessary
2. Removed `./web` and `./node` modules. Instead, consumers must use `alcaeus` in conjunction with an RDF/JS environment

@@ -21,0 +40,0 @@ 3. Extracted packages `alcaeus-model` and `alcaeus-core`

6

package.json
{
"name": "alcaeus",
"version": "3.0.0-esm.1",
"version": "3.0.0",
"description": "Hydra Core hypermedia-aware client library",

@@ -18,4 +18,4 @@ "main": "index.js",

"@types/parse-link-header": "^2.0.3",
"alcaeus-core": "^1.0.0-esm.1",
"alcaeus-model": "^1.0.0-esm.1",
"alcaeus-core": "^1.0.0",
"alcaeus-model": "^1.0.0",
"parse-link-header": "^2.0.0",

@@ -22,0 +22,0 @@ "rdf-dataset-ext": "^1.1.0",

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