René's URL Explorer Experiment


Title: Bump class-validator and javascript-obfuscator by dependabot[bot] · Pull Request #6 · Python3WebSpider/JavaScriptObfuscate · GitHub

Open Graph Title: Bump class-validator and javascript-obfuscator by dependabot[bot] · Pull Request #6 · Python3WebSpider/JavaScriptObfuscate

X Title: Bump class-validator and javascript-obfuscator by dependabot[bot] · Pull Request #6 · Python3WebSpider/JavaScriptObfuscate

Description: Bumps class-validator to 0.14.0 and updates ancestor dependency javascript-obfuscator. These dependencies need to be updated together. Updates class-validator from 0.11.0 to 0.14.0 Changelog Sourced from class-validator's changelog. 0.14.0 (2022-12-09) Added add @IsTimeZone decorator to check if given string is valid IANA time zone add @IsISO4217CurrencyCode decorator to check if the string is an ISO 4217 currency code add @IsStrongPassword decorator to check if given password matches specific complexity criteria add @IsBase58 decorator to check if a string is base58 encoded add @IsTaxId decorator to check if a given string is a valid tax ID in a given locale add support for passing function as date generator in @MinDate and @MaxDate decorators add option to print constraint error message instead of constraint type in validation error improve decorator metadata lookup performance return possible values in error message for @IsEnum decorator Fixed re-added @types/validator as dependency fix error generation when using @NestedValidation pass validation options correctly to validator in @IsDateString decorator support passing Symbol as parameter in error message generation specify supported locales for @IsAlphanumeric decorator correctly assign decorator name in metadata instead of loosing it fix various spelling errors in documentation fix various spelling errors and inconsistencies in JSDoc for decorators Changed enable forbidUnknownValues option by default remove documentation about deprecated schema based validation and added warning update warning message logged about missing decorator metadata update libphonenumber-js to ^1.10.14 from ^1.9.43 update various dev-dependencies BREAKING CHANGES forbidUnknownValues option is enabled by default From this release the forbidUnknownValues is enabled by default. This is the desired behavior for majority of use-cases, but this change may break validation for some. The two scenarios that results in failed validation: when attempting to validate a class instance without metadata for it when using group validation and the specified validation group results in zero validation applied The old behavior can be restored via specifying forbidUnknownValues: false option when calling the validate functions. For more details see [PR #1798](typestack/class-validator#1798) and #1422 (comment). @NestedValidation decorator correctly assigns validation errors Until now the errors from a nested validation in some cases were incorrectly assigned ... (truncated) Commits 5f0d424 merge: release 0.14.0 (#1841) e3d0708 build: bump version to 0.14.0 ad76890 docs: add changelog for 0.14.0 9a775c5 build(deps-dev): bump @​types/node from 18.11.11 to 18.11.12 (#1840) 53bc9f6 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#1837) d9b4072 build(deps-dev): bump @​typescript-eslint/parser from 5.45.1 to 5.46.0 (#1838) f993e9e build(deps-dev): bump typescript from 4.9.3 to 4.9.4 (#1835) ad1a41d build(deps-dev): bump @​rollup/plugin-commonjs from 23.0.3 to 23.0.4 (#1836) 42b4f7f build(deps-dev): bump prettier from 2.8.0 to 2.8.1 (#1834) 0c986d4 build(deps-dev): bump @​types/node from 18.11.10 to 18.11.11 (#1833) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by typestack-release-bot, a new releaser for class-validator since your current version. Updates javascript-obfuscator from 0.18.8 to 4.0.2 Release notes Sourced from javascript-obfuscator's releases. 4.0.1 release Update class-validator dependency javascript-obfuscator/javascript-obfuscator#1146 4.0.0 release Breaking change: debugProtectionInterval option now accepts value in milliseconds instead of boolean value. Fixed javascript-obfuscator/javascript-obfuscator#1031 3.2.7 release Fixed cases when dead code is added to the inner code of eval expressions. Fixed javascript-obfuscator/javascript-obfuscator#1053 3.2.6 release Improved integration between renameProperties and controlFlowFlattening options. Fixed javascript-obfuscator/javascript-obfuscator#1053 3.2.5 release Fixed javascript-obfuscator/javascript-obfuscator#1056 3.2.4 release Fixed javascript-obfuscator/javascript-obfuscator#1052 3.2.3 release Fixed missing transformation of string array calls in some cases Fixed generation of reserved identifier names like Map or Set for mangled and mangled-shuffled identifier names generators 3.2.2 release Fixed javascript-obfuscator/javascript-obfuscator#1039 3.2.1 release v3.2.1 Updated copyright 3.2.0 release New options: stringArrayCallsTransform and stringArrayCallsTransformThreshold Fixed javascript-obfuscator/javascript-obfuscator#1046 3.1.0 release Added support of es2022 features: class static block 3.0.1 Dependencies update Fixed performance for Apple M1 chip 3.0.0 release Breaking change: ignoreRequireImports option renamed to ignoreImports Breaking change: rotateStringArray option renamed to stringArrayRotate Breaking change: shuffleStringArray option renamed to stringArrayShuffle ignoreImports now ignores dynamic imports in addition to require imports 2.19.1 release Updated @javascript-obfuscator/escodegen with fixed parenthesis of default export IIFE ... (truncated) Changelog Sourced from javascript-obfuscator's changelog. v4.0.2 Add support for node@18 Update dependencies v4.0.1 Update class-validator dependency javascript-obfuscator/javascript-obfuscator#1146 v4.0.0 Breaking change: debugProtectionInterval option now accepts value in milliseconds instead of boolean value. Fixed javascript-obfuscator/javascript-obfuscator#1031 v3.2.7 Fixed cases when dead code is added to the inner code of eval expressions. Fixed javascript-obfuscator/javascript-obfuscator#1053 v3.2.6 Improved integration between renameProperties and controlFlowFlattening options. Fixed javascript-obfuscator/javascript-obfuscator#1053 v3.2.5 Fixed javascript-obfuscator/javascript-obfuscator#1056 v3.2.4 Fixed javascript-obfuscator/javascript-obfuscator#1052 v3.2.3 Fixed missing transformation of string array calls in some cases Fixed generation of reserved identifier names like Map or Set for mangled and mangled-shuffled identifier names generators v3.2.2 Fixed javascript-obfuscator/javascript-obfuscator#1039 v3.2.1 Updated copyright v3.2.0 New options: stringArrayCallsTransform and stringArrayCallsTransformThreshold Fixed javascript-obfuscator/javascript-obfuscator#1046 v3.1.0 Added support of es2022 features: class static block ... (truncated) Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps class-validator to 0.14.0 and updates ancestor dependency javascript-obfuscator. These dependencies need to be updated together. Updates class-validator from 0.11.0 to 0.14.0 Changelog Sourc...

X Description: Bumps class-validator to 0.14.0 and updates ancestor dependency javascript-obfuscator. These dependencies need to be updated together. Updates class-validator from 0.11.0 to 0.14.0 Changelog Sourc...

Opengraph URL: https://github.com/Python3WebSpider/JavaScriptObfuscate/pull/6

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:58864016-560f-8b34-d5a0-06c95e9eeb2f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idED8E:2CECE6:43B81A9:5E0B766:6971497A
html-safe-nonce1b8c11702029ff9e2b1454abb474f6cba9538c2c317484b9c9fcbaa9ee21a852
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRDhFOjJDRUNFNjo0M0I4MUE5OjVFMEI3NjY6Njk3MTQ5N0EiLCJ2aXNpdG9yX2lkIjoiNzI1MjIwOTgyOTA1NTM4MzkzMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc641fa8b25c0a568ae9dbb82847690746d6bf823762e6edffecc0a075a2ad14a
hovercard-subject-tagpull_request:1341171963
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps class-validator to 0.14.0 and updates ancestor dependency javascript-obfuscator. These dependencies need to be updated together. Updates class-validator from 0.11.0 to 0.14.0 Changelog Sourc...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None9bd14a55b65b030988a89787ed340c0f040258c3240af6941d85f740f21629a0
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/Python3WebSpider/JavaScriptObfuscate git https://github.com/Python3WebSpider/JavaScriptObfuscate.git
octolytics-dimension-user_id29157219
octolytics-dimension-user_loginPython3WebSpider
octolytics-dimension-repository_id230497322
octolytics-dimension-repository_nwoPython3WebSpider/JavaScriptObfuscate
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id230497322
octolytics-dimension-repository_network_root_nwoPython3WebSpider/JavaScriptObfuscate
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release24a7109a3a584a05e29240fcc1ba60220deccdb8
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPython3WebSpider%2FJavaScriptObfuscate%2Fpull%2F6%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPython3WebSpider%2FJavaScriptObfuscate%2Fpull%2F6%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=Python3WebSpider%2FJavaScriptObfuscate
Reloadhttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
Reloadhttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
Reloadhttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
Python3WebSpider https://patch-diff.githubusercontent.com/Python3WebSpider
JavaScriptObfuscatehttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FPython3WebSpider%2FJavaScriptObfuscate
Fork 9 https://patch-diff.githubusercontent.com/login?return_to=%2FPython3WebSpider%2FJavaScriptObfuscate
Star 21 https://patch-diff.githubusercontent.com/login?return_to=%2FPython3WebSpider%2FJavaScriptObfuscate
Code https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate
Issues 0 https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/issues
Pull requests 3 https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pulls
Actions https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/actions
Projects 0 https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/security
Please reload this pagehttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
Insights https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pulse
Code https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate
Issues https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/issues
Pull requests https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pulls
Actions https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/actions
Projects https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/projects
Security https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/security
Insights https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FPython3WebSpider%2FJavaScriptObfuscate%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FPython3WebSpider%2FJavaScriptObfuscate%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/tree/master
dependabot/npm_and_yarn/class-validator-and-javascript-obfuscator-0.14.0https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/tree/dependabot/npm_and_yarn/class-validator-and-javascript-obfuscator-0.14.0
Conversation 0 https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6
Commits 1 https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/commits
Checks 0 https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/checks
Files changed https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
Bump class-validator and javascript-obfuscator https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
2417363 Bump class-validator and javascript-obfuscator dependabot[bot] May 7, 2023 https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/commits/2417363c8972cdfa98776a6cbdaaf1a8bed912b9
Clear filters https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
package-lock.json https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.