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

@nteract/styles

Package Overview
Dependencies
Maintainers
17
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nteract/styles - npm Package Compare versions

Comparing version

to
2.2.11

84

package.json
{
"name": "@nteract/styles",
"version": "2.2.10",
"version": "2.2.11",
"description": "css for use in nteract apps",

@@ -20,3 +20,5 @@ "main": "index.js",

],
"scripts": {},
"scripts": {
"release": "semantic-release -e semantic-release-monorepo --tag-format='@nteract/styles@${version}'"
},
"publishConfig": {

@@ -32,3 +34,79 @@ "access": "public"

"license": "BSD-3-Clause",
"gitHead": "439bd2af1bdc4f15b32d0a5314bb36fc1a858f55"
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"header": "Release Notes",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
]
},
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
},
"writerOpts": {
"commitsSort": [
"subject",
"scope"
]
}
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version}"
}
]
]
},
"gitHead": "53c6d0ec6038dfc1124345c0385e10cff43a18c5"
}

Sorry, the diff of this file is not supported yet