Socket
Socket
Sign inDemoInstall

static-tweets

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-tweets - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

package.json
{
"name": "static-tweets",
"version": "0.2.0",
"version": "0.2.1",
"description": "Utilities for fetching and manipulating tweet ASTs.",

@@ -35,3 +35,3 @@ "repository": "transitive-bullshit/react-static-tweets",

},
"gitHead": "273202fb80607eaa6cd3bf40f385582cafd67ef0"
"gitHead": "993d47f898beeb79b4488405a6bbc07e7eefe855"
}

@@ -74,3 +74,3 @@ import cheerio from 'cheerio'

el.next().children().length &&
!/^#/.test(el.next().text())
!/^[#@]/.test(el.next().text())
) {

@@ -77,0 +77,0 @@ el.after($('<br>'))

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