Socket
Socket
Sign inDemoInstall

@helenejs/data

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helenejs/data - npm Package Compare versions

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

15

package.json
{
"name": "@helenejs/data",
"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 'bun run bun:test:mocha'",
"bun:test:mocha": "bun --bun run mocha --extension 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 --file ../../node_modules/@helenejs/testing --extension js,jsx,ts,tsx --exit 'src/**/*.test.*'",

@@ -26,3 +24,3 @@ "prepublishOnly": "yarn run rebuild"

"devDependencies": {
"@helenejs/testing": "^1.3.0-alpha.20",
"@helenejs/testing": "^1.3.0-alpha.21",
"typescript": "^5.1.3"

@@ -41,4 +39,3 @@ },

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

@@ -56,3 +53,3 @@ "bugs": {

},
"gitHead": "02dfc8a15932b071cf62cd541d939ebccee6b1c5"
"gitHead": "a95b5c7d21c9074c92c23d4e621b81591ee40b2e"
}

2

README.md

@@ -20,3 +20,3 @@ ![GitHub watchers](https://img.shields.io/github/watchers/leonardoventurini/helene?style=social)

In-memory database for the browser, Node.js and Bun with syntax similar to MongoDB
In-memory database for the browser, Node.js with syntax similar to MongoDB

@@ -23,0 +23,0 @@ ```bash

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