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

@scaffdog/error

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scaffdog/error - npm Package Compare versions

Comparing version 2.5.0-canary.3 to 2.5.0

26

CHANGELOG.md
# Change Log
## 2.5.0
### Minor Changes
- [#665](https://github.com/scaffdog/scaffdog/pull/665) [`12e2b48`](https://github.com/scaffdog/scaffdog/commit/12e2b4822e5a549244582078659a76665e0e6291) Thanks [@wadackel](https://github.com/wadackel)! - Added two Node APIs.
- `createScaffdog(options)`
- `loadScaffdog(path, options)`
### Patch Changes
- [#686](https://github.com/scaffdog/scaffdog/pull/686) [`8ec6e42`](https://github.com/scaffdog/scaffdog/commit/8ec6e427e1a6c85d1726707cb7cc301ef8630bfb) Thanks [@wadackel](https://github.com/wadackel)! - - Add `version` export.
- Report document parsing errors at an early stage.
- [#695](https://github.com/scaffdog/scaffdog/pull/695) [`0c32135`](https://github.com/scaffdog/scaffdog/commit/0c32135b6fbc1b9871b887c98eb751efdf95886c) Thanks [@wadackel](https://github.com/wadackel)! - Add `ScaffdogAggregateError` custom error class.
```typescript
import { ScaffdogAggregateError } from '@scaffdog/error';
// or
// import { ScaffdogAggregateError } from 'scaffdog';
```
- Updated dependencies [[`8ec6e42`](https://github.com/scaffdog/scaffdog/commit/8ec6e427e1a6c85d1726707cb7cc301ef8630bfb), [`12e2b48`](https://github.com/scaffdog/scaffdog/commit/12e2b4822e5a549244582078659a76665e0e6291)]:
- @scaffdog/types@2.5.0
## 2.5.0-canary.3

@@ -4,0 +30,0 @@

4

package.json
{
"name": "@scaffdog/error",
"version": "2.5.0-canary.3",
"version": "2.5.0",
"description": "A utility module of scaffdog error.",

@@ -27,3 +27,3 @@ "keywords": [

"string-length": "4.0.2",
"@scaffdog/types": "2.5.0-canary.3"
"@scaffdog/types": "2.5.0"
},

@@ -30,0 +30,0 @@ "publishConfig": {

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