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
12
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.1.0 to 0.1.1

6

CHANGELOG.md

@@ -15,2 +15,8 @@ # x.x.x (yyyy-MM-dd)

# 0.1.1 (2018-10-08)
### Fixed
* Fix invalid class name for style namespace.
# 0.1.0 (2018-09-12)

@@ -17,0 +23,0 @@

4

lib/loader/spineLoader.js

@@ -108,4 +108,4 @@ 'use strict';

value: spineItem.styles.map(function (style) {
return ' .' + style.namespace;
}).join(',').trim()
return '' + style.namespace;
}).join(' ').trim()
}]);

@@ -112,0 +112,0 @@ }

{
"name": "@ridi/epub-parser",
"version": "0.1.0",
"version": "0.1.1",
"description": "Common EPUB2 data parser for Ridibooks services written in ES6",

@@ -5,0 +5,0 @@ "author": {

@@ -35,3 +35,3 @@ # @ridi/epub-parser

```js
import EpubParser from '@ridi/epub-parser';
import { EpubParser } from '@ridi/epub-parser';
// or const { EpubParser } = require('@ridi/epub-parser');

@@ -38,0 +38,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