New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vendasta/web-crawler

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vendasta/web-crawler

SDK to interact with the web-crawler service

  • 2.3.1
  • npm
  • Socket score

Version published
Weekly downloads
453
decreased by-12.72%
Maintainers
1
Weekly downloads
 
Created
Source

web-crawler typescript SDK generation

  1. Create a branch off master and check out this branch.
  2. If Angular needs to be upgraded,
    1. Follow the steps in https://update.angular.io/ to upgrade Angular packages. The packages in sdks/typescript/src/package.json will be updated to newer versions.
    2. Update non-Angular packages in sdks/typescript/src/package.json manually if necessary.
    3. Run npm install from the path sdks/typescript/src/ to install new manually added packages.
  3. Manually update the versions of packages in sdks/typescript/src/web_crawler_sdk/package.json if needed.
  4. Update the version in both sdks/typescript/src/package.json and sdks/typescript/src/web_crawler_sdk/package.json.
  5. Add the change logs of new sdk in sdks/typescript/src/web_crawler_sdk/src/CHANGELOG.md.
  6. If you need to generate typescript SDK locally and use it for testings, execute below two steps:
    1. Run gcloud auth login; gcloud auth configure-docker.
    2. Run mscli app sdk -l typescript to generate typescript sdk.
  7. Commit and push all changes, and then create a PR.
  8. You will receive the build success messages. You can also find the link of generate SDK in the PR web page. The new SDK is named like https://storage.googleapis.com/v-libraries/xxxxx-xxxxx/vendasta-web-crawler-x.x.x.tgz.
  9. Merge all changes to the master branch.
  10. After the build is successful, you will receive a notification saying the new SDK has been published. The published SDK can be found here.
  11. Replace the new version of SDK into the client.

This PR can be referenced for Angular upgrading and SDK regeneration.

FAQs

Package last updated on 17 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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