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

@helenejs/react

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helenejs/react - npm Package Compare versions

Comparing version 1.3.0-alpha.20 to 1.3.0-alpha.21

19

package.json
{
"name": "@helenejs/react",
"version": "1.3.0-alpha.20",
"description": "Real-time Web Apps for Node.js and Bun",
"version": "1.3.0-alpha.21",
"description": "Real-time Web Apps for Node.js",
"main": "lib/index.js",

@@ -12,5 +12,3 @@ "type": "commonjs",

"rebuild": "yarn run clean && yarn run build",
"bun:test": "nodemon --watch 'src/**/*' -e ts,tsx --exec 'yarn run bun:test:mocha'",
"bun:test:mocha": "bun --bun run mocha -r setup-tests.js --extensions ts,tsx --file ../../node_modules/@helenejs/testing --exit 'src/**/*.test.*'",
"node:test": "nodemon --watch 'src/**/*' -e ts,tsx --exec 'bun run node:test:mocha'",
"node:test": "nodemon --watch 'src/**/*' -e ts,tsx --exec 'yarn run node:test:mocha'",
"node:test:mocha": "mocha -r ts-node/register/transpile-only -r setup-tests.js --file ../../node_modules/@helenejs/testing --extension ts,tsx --exit 'src/**/*.test.*'",

@@ -29,5 +27,5 @@ "prepublishOnly": "yarn run rebuild"

"devDependencies": {
"@helenejs/client": "^1.3.0-alpha.20",
"@helenejs/data": "^1.3.0-alpha.20",
"@helenejs/testing": "^1.3.0-alpha.20",
"@helenejs/client": "^1.3.0-alpha.21",
"@helenejs/data": "^1.3.0-alpha.21",
"@helenejs/testing": "^1.3.0-alpha.21",
"@testing-library/dom": "^9.3.1",

@@ -52,4 +50,3 @@ "@testing-library/react": "^14.0.0",

"node",
"nodejs",
"bun"
"nodejs"
],

@@ -67,3 +64,3 @@ "bugs": {

},
"gitHead": "02dfc8a15932b071cf62cd541d939ebccee6b1c5"
"gitHead": "a95b5c7d21c9074c92c23d4e621b81591ee40b2e"
}
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