Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ikas/app-helpers

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ikas/app-helpers - npm Package Compare versions

Comparing version 0.0.1-canary.1 to 1.0.0

8

package.json
{
"name": "@ikas/app-helpers",
"version": "0.0.1-canary.1",
"version": "1.0.0",
"description": "ikas store app helpers",

@@ -25,9 +25,7 @@ "main": "dist/index.js",

"version:patch": "yarn build && npm --no-git-tag-version version patch && git add .",
"version:canary": "yarn build && npm --no-git-tag-version version prerelease --preid=canary && git add .",
"publish:patch": "yarn version:patch && npm publish --access public --tag latest",
"publish:canary": "yarn version:canary && npm publish --access restricted --tag canary"
"version:canary": "yarn build && npm --no-git-tag-version version prerelease --preid=canary && git add ."
},
"husky": {
"hooks": {
"pre-commit": "git-branch-is main && yarn version:patch || (git-branch-is development && yarn version:canary)"
"pre-commit": "git-branch-is development && yarn version:canary || true"
}

@@ -34,0 +32,0 @@ },

Sorry, the diff of this file is not supported yet

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