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

imagment

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagment - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

7

package.json
{
"name": "imagment",
"version": "0.0.2",
"version": "0.0.4",
"description": "Configurable image review that returns segments of the image",

@@ -8,3 +8,6 @@ "main": "src/index.js",

"scripts": {
"test": "mocha"
"test": "mocha",
"release:patch": "git push --set-upstream origin main && npm version patch && git push && git push --tags",
"release:minor": "git push --set-upstream origin main && npm version minor && git push && git push --tags",
"release:major": "git push --set-upstream origin main && npm version major && git push && git push --tags"
},

@@ -11,0 +14,0 @@ "repository": {

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