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

@atom-learning/icons

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atom-learning/icons - npm Package Compare versions

Comparing version 0.4.0 to 1.0.0

CHANGELOG.md

31

package.json

@@ -5,3 +5,3 @@ {

"module": "dist/index.modern.js",
"version": "0.4.0",
"version": "1.0.0",
"description": "",

@@ -15,3 +15,4 @@ "files": [

"clean": "del ./dist/",
"prepublishOnly": "yarn clean && yarn build && agadoo"
"test": "yarn clean && yarn build && agadoo",
"prepublishOnly": "yarn test"
},

@@ -29,5 +30,10 @@ "repository": {

"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.1.1",
"@semantic-release/release-notes-generator": "^9.0.2",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@rollup/plugin-virtual": "^2.0.3",
"semantic-release": "^17.4.2",
"@svgr/rollup": "^5.5.0",

@@ -54,3 +60,24 @@ "agadoo": "^2.0.0",

]
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]"
}
]
]
}
}
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