Socket
Socket
Sign inDemoInstall

@ribajs/events

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/events - npm Package Compare versions

Comparing version 2.0.0-alpha.16 to 2.0.0-beta.1

26

package.json
{
"name": "@ribajs/events",
"version": "2.0.0-alpha.16",
"version": "2.0.0-beta.1",
"type": "module",

@@ -10,3 +10,3 @@ "engines": {

"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix",
"build": "npm run lint && npm run build:esm && npm run build:cjs && npm run build:types",
"build": "yarn run lint && yarn run build:esm && yarn run build:cjs && yarn run build:types",
"build:types": "tsc --project ./tsconfig.json --declaration true --emitDeclarationOnly --outDir dist/types",

@@ -27,15 +27,15 @@ "build:esm": "tsc --project ./tsconfig.json --declaration false --module esnext --outDir dist/esm",

"devDependencies": {
"@babel/runtime": "^7.20.1",
"@babel/runtime-corejs3": "^7.20.1",
"@ribajs/tsconfig": "^2.0.0-alpha.16",
"@types/jest": "^28.1.8",
"@types/node": "^18.11.9",
"babel-jest": "^28.1.3",
"eslint": "^8.27.0",
"jest": "^28.1.3",
"jest-config": "^28.1.3",
"jest-extended": "^2.0.0",
"ts-jest": "^28.0.8",
"@babel/runtime": "^7.20.6",
"@babel/runtime-corejs3": "^7.20.6",
"@ribajs/tsconfig": "^2.0.0-beta.1",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.11",
"babel-jest": "^29.3.1",
"eslint": "^8.29.0",
"jest": "^29.3.1",
"jest-config": "^29.3.1",
"jest-extended": "^3.2.0",
"ts-jest": "^29.0.3",
"typescript": "4.9.3"
}
}
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