@ribajs/extras
Advanced tools
Comparing version 2.0.0-alpha.16 to 2.0.0-beta.1
@@ -0,1 +1,2 @@ | ||
export { InlineScriptComponent } from "./inline-script/inline-script.component.js"; | ||
export { VideoComponent } from "./video/video.component.js"; |
@@ -0,2 +1,3 @@ | ||
export { InlineScriptComponent } from "./inline-script/inline-script.component.js"; | ||
export { VideoComponent } from "./video/video.component.js"; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY29tcG9uZW50cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUMifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY29tcG9uZW50cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUNuRixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUMifQ== |
{ | ||
"name": "@ribajs/extras", | ||
"description": "Extras module for Riba.js", | ||
"version": "2.0.0-alpha.16", | ||
"version": "2.0.0-beta.1", | ||
"type": "module", | ||
@@ -28,5 +28,5 @@ "engines": { | ||
"scripts": { | ||
"test": "npm run lint && jest --config=jest.config.cjs", | ||
"test": "yarn run lint && jest --config=jest.config.cjs", | ||
"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", | ||
@@ -42,3 +42,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", | ||
@@ -51,27 +51,27 @@ "@babel/plugin-proposal-export-default-from": "^7.18.10", | ||
"@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", | ||
"@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", | ||
"@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", | ||
"jest": "^28.1.3", | ||
"jest-extended": "^2.0.0", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^28.0.8", | ||
"jest": "^29.3.1", | ||
"jest-extended": "^3.2.0", | ||
"prettier": "^2.8.0", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "4.9.3", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^4.10.0" | ||
"webpack-cli": "^5.0.1" | ||
}, | ||
"dependencies": { | ||
"@ribajs/core": "^2.0.0-alpha.16", | ||
"@ribajs/events": "^2.0.0-alpha.16", | ||
"@ribajs/utils": "^2.0.0-alpha.16", | ||
"@ribajs/core": "^2.0.0-beta.1", | ||
"@ribajs/events": "^2.0.0-beta.1", | ||
"@ribajs/utils": "^2.0.0-beta.1", | ||
"ev-emitter": "^2.1.2", | ||
@@ -78,0 +78,0 @@ "imagesloaded": "github:JumpLink/imagesloaded" |
@@ -0,1 +1,2 @@ | ||
export { InlineScriptComponent } from "./inline-script/inline-script.component.js"; | ||
export { VideoComponent } from "./video/video.component.js"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
336949
127
5057
1
Updated@ribajs/core@^2.0.0-beta.1
Updated@ribajs/events@^2.0.0-beta.1
Updated@ribajs/utils@^2.0.0-beta.1