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

marmot-logo

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marmot-logo - npm Package Compare versions

Comparing version 1.2.1 to 1.2.4

CHANGELOG.md

32

package.json
{
"name": "marmot-logo",
"version": "1.2.1",
"version": "1.2.4",
"description": "marmot logo",

@@ -10,5 +10,31 @@ "keywords": [

"type": "git",
"url": "git@github.com:marmot-hq/marmot-logo.git"
"url": "git@github.com:MarmotHQ/marmot-logo.git"
},
"license": "MIT"
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add . && git commit -m 'doc: update changelog'",
"init-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"preversion": "npm run changelog",
"prepublishOnly": "np --yolo --no-publish"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"engines": {
"node": ">=8"
},
"license": "MIT",
"devDependencies": {
"conventional-changelog": "^3.0.5",
"husky": "^1.3.1",
"lint-staged": "^8.1.1",
"np": "^4.0.2"
}
}

9

README.md
# marmot-logo
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/marmot-logo.svg?style=flat-square
[npm-url]: https://npmjs.org/package/marmot-logo
[download-image]: https://img.shields.io/npm/dm/marmot-logo.svg?style=flat-square
[download-url]: https://npmjs.org/package/marmot-logo
---
- unpkg https://unpkg.com/marmot-logo/materials/
cdn: [//npmcdn.com/marmot-logo@latest/materials/boat.svg](//npmcdn.com/marmot-logo@latest/materials/boat.svg)
## License
[MIT](LICENSE)

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