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

codogo-write-document

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codogo-write-document - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

package.json

@@ -12,5 +12,7 @@ {

"cracks": "cracks --path \"package.json test/\"",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"prepublish": "npm run build",
"build": "babel -d dist/ js/"
"build": "babel -d dist/ js/",
"release-patch": "npm version patch && git push && git push --tags && npm publish",
"release-minor": "npm version minor && git push && git push --tags && npm publish",
"release-major": "npm version major && git push && git push --tags && npm publish"
},

@@ -86,3 +88,3 @@ "files": [

},
"version": "0.2.0"
"version": "0.2.1"
}
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