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

uber-dot-arcanist

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uber-dot-arcanist - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "uber-dot-arcanist",
"version": "1.1.0",
"version": "1.1.1",
"description": "Uber's .arcanist folder as an npm module",

@@ -5,0 +5,0 @@ "main": "dot-arcanist.js",

@@ -14,2 +14,3 @@ uber-dot-arcanist

* [jenkinsphoo][jenkinsphoo]
* [lint-trap][lint-trap]

@@ -63,3 +64,4 @@ Usage

"node_modules/uber-dot-arcanist/.arcanist/tap",
"node_modules/uber-dot-arcanist/.arcanist/jenkinsphoo"
"node_modules/uber-dot-arcanist/.arcanist/jenkinsphoo",
"node_modules/uber-dot-arcanist/.arcanist/lint-trap"
]

@@ -69,6 +71,20 @@ }

Once you've made this change just stage your changes and commit:
To add support for lint-trap when submitting differentials to Phabricator with
`arc diff`, you can add the following to your `.arclint` file.
```json
{
"linters": {
"lint-trap": {
"type": "lint-trap"
}
}
}
```
Once you've made these changes just stage your changes and commit:
```bash
git add package.json
git add .arclint
git rm .arcanist

@@ -126,1 +142,2 @@ git add .arcconfig

[jenkinsphoo]: https://github.com/disqus/disqus-arcanist/blob/master/src/event/JenkinsDiffEventListener.php
[lint-trap]: https://github.com/uber/lint-trap

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