v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

  • Not enough history (2 snapshots required) to show difference page for this watch.
Not yet seconds ago
            False
        
Not yet seconds ago
Current erroring screenshot from most recent request

Triggered text Ignored text Blocked text

15 hours ago
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              nestjs / nest Public

                      * Uh oh!

                        There was an error while loading. Please reload this page.

              * Notifications You must be signed in to change notification settings
              * Fork 8.5k
                * Star 76.4k
          * Code
          * Issues 6
          * Pull requests 41
          * Actions
          * Projects
          * Security and quality 7
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Actions
                  * Projects
                  * Security and quality
                  * Insights
                                              master
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                        Name                          Last commit message    Last commit date
                                            Latest commit           
                                                                    
                                                History             
                                                                    
                                                21,240 Commits      
                                                  21,240 Commits    
                                                  .circleci                   .circleci                                                    
                                                  .github                     .github                                                      
                                                  .husky                      .husky                                                       
                                                  hooks                       hooks                                                        
                                                  integration                 integration                                                  
                                                  packages                    packages                                                     
                                                  sample                      sample                                                       
                                                  scripts                     scripts                                                      
                                                  tools                       tools                                                        
                                                  .commitlintrc.json          .commitlintrc.json                                           
                                                  .gitattributes              .gitattributes                                               
                                                  .gitignore                  .gitignore                                                   
                                                  .npmignore                  .npmignore                                                   
                                                  .prettierignore             .prettierignore                                              
                                                  .prettierrc                 .prettierrc                                                  
                                                  CODE_OF_CONDUCT.md          CODE_OF_CONDUCT.md                                           
                                                  CONTRIBUTING.md             CONTRIBUTING.md                                              
                                                  LICENSE                     LICENSE                                                      
                                                  Readme.md                   Readme.md                                                    
                                                  SECURITY.md                 SECURITY.md                                                  
                                                  eslint.config.mjs           eslint.config.mjs                                            
                                                  gulpfile.js                 gulpfile.js                                                  
                                                  lerna.json                  lerna.json                                                   
                                                  package-lock.json           package-lock.json                                            
                                                  package.json                package.json                                                 
                                                  readme_jp.md                readme_jp.md                                                 
                                                  readme_kr.md                readme_kr.md                                                 
                                                  readme_zh.md                readme_zh.md                                                 
                                                  renovate.json               renovate.json                                                
                                                  tsconfig.json               tsconfig.json                                                
                                                  tsconfig.spec.json          tsconfig.spec.json                                           
                                            View all files          
                                          

                                              Repository files navigation

                                                * 
                                                * README
                                                * Code of conduct
                                                * Contributing
                                                * MIT license
                                                * Security
                                                More items

                                              A progressive Node.js framework for building efficient and scalable server-side applications.

                                                Description

                                              Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

                                              Under the hood, Nest makes use of Express, but also provides compatibility with a wide range of other libraries, like Fastify, allowing for easy use of the myriad of third-party plugins which are available.

                                                Philosophy

                                              In recent years, thanks to Node.js, JavaScript has become the “lingua franca” of the web for both front-end and back-end applications, giving rise to awesome projects like Angular, React, and Vue, which improve developer productivity and enable the construction of fast, testable, and extensible frontend applications. However, on the server-side, while there are a lot of superb libraries, helpers, and tools for Node, none of them effectively solve the main problem - the architecture.

                                              Nest aims to provide an application architecture out of the box which allows for effortless creation of highly testable, scalable, and loosely coupled and easily maintainable applications. The architecture is heavily inspired by Angular.

                                                Getting started

                                                * To check out the guide, visit docs.nestjs.com. 📚
                                                * 要查看中文 指南, 请访问 docs.nestjs.cn. 📚
                                                * 가이드 문서는 docs.nestjs.com에서 확인하실 수 있습니다. 📚
                                                * ガイドは docs.nestjs.comでご確認ください。 📚

                                                Questions

                                              For questions and support please use the official Discord channel. The issue list of this repo is exclusively for bug reports and feature requests.

                                                Issues

                                              Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

                                                Consulting

                                              With official support, you can get expert help straight from the Nest core team. We provide dedicated technical support, migration strategies, advice on best practices (and design decisions), PR reviews, and team augmentation. Read more about support here.

                                                Support

                                              Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support from the amazing backers. If you'd like to join them, please read more here.

                                                Principal Sponsors

                                                      
                                              

                                                Gold Sponsors

                                                      
                                                
                                              

                                                Silver Sponsors

                                                      
                                                  
                                              

                                                Sponsors

                                                        
                                              

                                                Backers

                                                Stay in touch

                                                * Author - Kamil Myśliwiec
                                                * Website - https://nestjs.com
                                                * X - @nestframework

                                                License

                                              Nest is MIT licensed.

                                        About

                                        A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

                                          nestjs.com

                                        Topics

                                          frameworkhacktoberfestjavascriptjavascript-frameworkmicroservicesnestnestjsnodenodejsnodejs-frameworktypescripttypescript-frameworkwebsockets

                                        Resources

                                          Readme
                                          MIT license

                                        Code of conduct

                                          Code of conduct

                                        Contributing

                                          Contributing

                                        Security policy

                                          Security policy
                                          Activity
                                          Custom properties

                                        Stars

                                          76.4k stars

                                        Watchers

                                          759 watching

                                        Forks

                                          8.5k forks
                                          Report repository

                                        Releases

                                        Sponsor this project

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.
For now, Differences are performed on text, not graphically, only the latest screenshot is available.

Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots.