Socket
Socket
Sign inDemoInstall

react-streaming

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-streaming - npm Package Compare versions

Comparing version 0.2.16 to 0.2.17

9

package.json
{
"name": "react-streaming",
"description": "React 18 Streaming. Full-fledged & Easy.",
"version": "0.2.16",
"version": "0.2.17",
"main": "./dist/cjs/index.js",

@@ -27,6 +27,7 @@ "peerDependencies": {

"build:esm": "tsc --project ./tsconfig.esm.json",
"clean": "rm -rf dist/",
"// === Release ===": "",
"prepublishOnly": "pnpm run build",
"// === https://deno.land/x, see #12 ===": "",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags",
"clean": "rm -rf dist/"
"postpublish": " git push && git push --tags",
"release": "npm version patch && npm publish"
},

@@ -33,0 +34,0 @@ "exports": {

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