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

@diesdasdigital/linting

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diesdasdigital/linting - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "@diesdasdigital/linting",
"version": "2.0.2",
"version": "2.0.3",
"description": "Stylelint config default for Diesdas internal projects",

@@ -5,0 +5,0 @@ "main": "stylelint-config.js",

@@ -43,1 +43,14 @@ # `@diesdasdigital/linting`

You're done!
# Package Maintenance
## Releasing a new version
This project uses the
[`npm-publish-action`](https://github.com/pascalgn/npm-publish-action) to
automatically publish new releases to NPM and tag them on Github. To trigger a
new release, then commit a change to the `version` number in `package.json` with
the commit message `Release x.x.x` (but replace `x.x.x` with the new version
number). Push the commit to `origin/main` and then view the status of the
automated release
[here](https://github.com/diesdasdigital/linting/actions?query=workflow%3Anpm-publish).

@@ -76,5 +76,5 @@ module.exports = {

"declaration-property-value-disallowed-list": {
outline: ["none", "0"],
outline: ["none", "0", "unset"],
},
},
};

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