Socket
Socket
Sign inDemoInstall

annotation-poller

Package Overview
Dependencies
7
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.0.1"></a>
## [2.0.1](https://github.com/npm/annotation-poller/compare/v2.0.0...v2.0.1) (2016-04-20)
### Bug Fixes
* we're strong not bold ([f3dfaac](https://github.com/npm/annotation-poller/commit/f3dfaac))
<a name="2.0.0"></a>

@@ -7,0 +17,0 @@ # [2.0.0](https://github.com/npm/annotation-poller/compare/v1.2.1...v2.0.0) (2016-04-20)

2

index.js

@@ -124,3 +124,3 @@ var $ = require('jquery')

row.text = _this._escape(row.text)
row.text = row.text.replace(/\*(.+)\*/, '<b>$1</b>')
row.text = row.text.replace(/\*(.+)\*/, '<strong>$1</strong>')
}

@@ -127,0 +127,0 @@

{
"name": "annotation-poller",
"version": "2.0.0",
"version": "2.0.1",
"description": "poll for annotations from external services, place them on packages",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -92,3 +92,3 @@ /* global describe, it, beforeEach */

poller.start(function () {
$('b').text().should.equal('awesome')
$('strong').text().should.equal('awesome')
poller.stop()

@@ -95,0 +95,0 @@ return done()

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc