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

cf-component-code

Package Overview
Dependencies
Maintainers
17
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-code - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

10

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="3.0.3"></a>
## [3.0.3](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-code@3.0.2...cf-component-code@3.0.3) (2017-09-27)
**Note:** Version bump only for package cf-component-code
<a name="3.0.1"></a>

@@ -7,0 +15,0 @@ ## [3.0.1](https://github.com/cloudflare/cf-ui/compare/cf-component-code@3.0.0...cf-component-code@3.0.1) (2017-08-15)

2

package.json
{
"name": "cf-component-code",
"description": "Cloudflare Code Component",
"version": "3.0.2",
"version": "3.0.3",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/index.js",

@@ -6,5 +6,8 @@ # cf-component-code

## Installation
Installation with yarn is recommended
```sh
$ npm install cf-component-code
$ yarn add cf-component-code
```

@@ -22,3 +25,5 @@

<div>
<p>Look at this <Code>inline code</Code>!</p>
<p>
Look at this <Code>inline code</Code>!
</p>
<CodeBlock>And this code block!</CodeBlock>

@@ -31,2 +36,5 @@ </div>

export default CodeComponent;
```
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