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

faceplant

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faceplant - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "faceplant",
"version": "0.0.2",
"version": "0.0.3",
"description": "Failure as a service.",

@@ -5,0 +5,0 @@ "main": "./index.js",

# faceplant
Failure as a service.
This repository contains various scripts that help prevent deploying bad code to production using TSLint.
## Install
Install the package using NPM:
yarn add --dev faceplant
Update your `tslint.json` file to extend this package:
```json
{
"extends": [
"faceplant"
],
"rules": {
"no-unset-env-variables": {
"options": { "useRealEnv": true },
"severity": "error"
},
}
}
```
## no-unset-env-variables

@@ -7,0 +27,0 @@

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