Socket
Socket
Sign inDemoInstall

@yandex/ymaps3-hint

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-beta.5 to 0.0.1

4

CONTRIBUTING.md

@@ -34,6 +34,6 @@ # Contributing

```sh
npm version prerelease --preid=beta --no-git-tag-version
npm version patch --no-git-tag-version
git add --all
git commit -m "New version"
git tag 0.0.1-beta.2
git tag 0.0.1
git push --tags origin HEAD:main

@@ -40,0 +40,0 @@ ```

{
"version": "0.0.1-beta.5",
"version": "0.0.1",
"name": "@yandex/ymaps3-hint",

@@ -14,3 +14,3 @@ "description": "Hints for Yandex Maps JS API 3.0",

"start": "webpack serve",
"bump": "npm version prerelease --preid=beta --no-git-tag-version && npm run bump:git",
"bump": "npm version patch --no-git-tag-version && npm run bump:git",
"bump:git": "git add --all && git commit -m \"New version $npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:main"

@@ -17,0 +17,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc