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

@ribajs/i18n

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/i18n - npm Package Compare versions

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

38

package.json
{
"name": "@ribajs/i18n",
"description": "Internationalization module for Riba.js",
"version": "2.0.0-alpha.16",
"version": "2.0.0-beta.1",
"type": "module",

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

"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit",
"build": "npm run build:module",
"build": "yarn run build:module",
"build:module": "tsc",

@@ -40,3 +40,3 @@ "packages:npm:link": "npm link @ribajs/core",

"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",

@@ -47,26 +47,26 @@ "@babel/plugin-proposal-object-rest-spread": "^7.20.2",

"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@babel/runtime-corejs3": "^7.20.1",
"@ribajs/eslint-config": "^2.0.0-alpha.16",
"@ribajs/tsconfig": "^2.0.0-alpha.16",
"@ribajs/webpack-config": "^2.0.0-alpha.16",
"@types/jest": "^28.1.8",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"babel-loader": "^8.3.0",
"@babel/runtime": "^7.20.6",
"@babel/runtime-corejs3": "^7.20.6",
"@ribajs/eslint-config": "^2.0.0-beta.1",
"@ribajs/tsconfig": "^2.0.0-beta.1",
"@ribajs/webpack-config": "^2.0.0-beta.1",
"@types/jest": "^29.2.4",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"babel-loader": "^9.1.0",
"babel-plugin-array-includes": "^2.0.3",
"core-js": "^3.26.1",
"eslint": "^8.27.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"typescript": "4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@ribajs/bs4": "^2.0.0-alpha.16",
"@ribajs/core": "^2.0.0-alpha.16",
"@ribajs/events": "^2.0.0-alpha.16",
"@ribajs/utils": "^2.0.0-alpha.16"
"@ribajs/bs4": "^2.0.0-beta.1",
"@ribajs/core": "^2.0.0-beta.1",
"@ribajs/events": "^2.0.0-beta.1",
"@ribajs/utils": "^2.0.0-beta.1"
},

@@ -73,0 +73,0 @@ "bugs": {

Sorry, the diff of this file is not supported yet

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