Socket
Socket
Sign inDemoInstall

xstream

Package Overview
Dependencies
1
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.8.0 to 11.9.0

extra/flattenConcurrentlyAtMost.d.ts

4

package.json
{
"name": "xstream",
"version": "11.8.0",
"version": "11.9.0",
"description": "An extremely intuitive, small, and fast functional reactive stream library for JavaScript",

@@ -32,3 +32,3 @@ "main": "index.js",

"postversion": "git push origin master && git push origin --tags && npm publish && npm run update-gh-pages",
"update-gh-pages": "git checkout gh-pages && rm _includes/content.md && cp .ignore/content.md _includes/ && git add --all && if git diff --cached --quiet > /dev/null; then :; else git commit -m \"update site\"; fi && git push origin gh-pages && git checkout master",
"update-gh-pages": "git checkout gh-pages && rm _includes/content.md && cp .ignore/content.md _includes/ && git add --all && if git diff --cached --quiet > /dev/null; then :; else git commit -m \"update site\"; fi && git push --force origin gh-pages && git checkout master",
"release": "./tools/release-if-necessary.sh",

@@ -35,0 +35,0 @@ "release-patch": "false",

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

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