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

@ridi/epub-parser

Package Overview
Dependencies
Maintainers
9
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ridi/epub-parser - npm Package Compare versions

Comparing version 0.7.3-alpha.2 to 0.7.3-alpha.3

4

lib/loader/spineLoader.js

@@ -83,2 +83,6 @@ "use strict";

if (options.ignoreScript && key.toLowerCase().startsWith('on')) {
return attrs;
}
return `${attrs} ${key}="${value}"`;

@@ -85,0 +89,0 @@ }, '');

6

package.json
{
"name": "@ridi/epub-parser",
"version": "0.7.3-alpha.2",
"version": "0.7.3-alpha.3",
"description": "Common EPUB2 data parser for Ridibooks services",

@@ -33,3 +33,3 @@ "author": {

"dependencies": {
"@ridi/parser-core": "0.7.3-alpha.2",
"@ridi/parser-core": "0.7.3-alpha.3",
"css-tree": "^1.0.0-alpha.39",

@@ -41,3 +41,3 @@ "fast-xml-parser": "3.12.17",

},
"gitHead": "fab8e3bf6d7010e38a572a0566b5ab76036fe930"
"gitHead": "c6ad641b8df1d6ba8d83beb175a9ecadefa8d4b5"
}
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