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

@ridi/comic-parser

Package Overview
Dependencies
Maintainers
12
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ridi/comic-parser - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

8

package.json
{
"name": "@ridi/comic-parser",
"version": "0.3.0",
"version": "0.3.1",
"description": "Common comic data parser for Ridibooks services",

@@ -12,6 +12,6 @@ "author": {

"type": "git",
"url": "https://github.com/ridi/content-parser/packages/comic-parser"
"url": "https://github.com/ridi/content-parser"
},
"bugs": "https://github.com/ridi/content-parser/issues",
"homepage": "https://github.com/ridi/content-parser/packages/comic-parser",
"homepage": "https://github.com/ridi/content-parser",
"files": [

@@ -22,3 +22,3 @@ "lib"

"dependencies": {
"@ridi/parser-core": "^0.3.0",
"@ridi/parser-core": "^0.3.1",
"fs-extra": "^7.0.1",

@@ -25,0 +25,0 @@ "natural-orderby": "^1.0.2"

@@ -19,3 +19,3 @@ # @ridi/comic-parser

- [ ] Environment
- [x] Node
- [x] Node
- [ ] CLI

@@ -158,3 +158,3 @@ - [ ] Browser

### onProgress = callback
### onProgress = callback(step, totalStep, action)

@@ -164,2 +164,3 @@ Tells the progress of parser through `callback`.

```js
const { Action } = ComicParser;
parser.onProgress = (step, totalStep, action) => {

@@ -166,0 +167,0 @@ console.log(`[${action}] ${step} / ${totalStep}`);

Sorry, the diff of this file is not supported yet

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