New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@prose/code

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prose/code - npm Package Compare versions

Comparing version
0.1.2-alpha.9
to
0.1.2-alpha.10
+11
-0
CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.1.2-alpha.10](https://github.com/prosejs/prose/compare/@prose/code@0.1.2-alpha.9...@prose/code@0.1.2-alpha.10) (2020-03-25)
### Bug Fixes
* remove pre overflow ([#38](https://github.com/prosejs/prose/issues/38)) ([b8acaf0](https://github.com/prosejs/prose/commit/b8acaf0471f0d5242186632d128a281de9836811))
## [0.1.2-alpha.9](https://github.com/prosejs/prose/compare/@prose/code@0.1.2-alpha.8...@prose/code@0.1.2-alpha.9) (2020-03-10)

@@ -8,0 +19,0 @@

+2
-2
{
"name": "@prose/code",
"version": "0.1.2-alpha.9",
"version": "0.1.2-alpha.10",
"description": "The Prose code component",

@@ -55,3 +55,3 @@ "source": "src/index.js",

},
"gitHead": "a9295fec46fecfe09cb97393e765c30a4f745ead"
"gitHead": "0223a4c05e7cddc56dcbcf8e5dbd5111d4648aec"
}

@@ -76,3 +76,9 @@ /** @jsx jsx */

margin: 0,
overflowX: 'scroll',
direction: 'ltr',
textAlign: 'left',
whiteSpace: 'pre-wrap',
wordSpacing: 'normal',
wordBreak: 'normal',
tabSize: 2,
hyphens: 'none',
...getLabelProps(label, options.lines.enabled),

@@ -79,0 +85,0 @@ variant: 'components.code.pre', // TODO: move all variant uses to util function and make 'components.code' configurable in options

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display