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

prettier-config-xo

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-config-xo - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

tsc_output/configs/base.d.ts

18

package.json

@@ -32,3 +32,3 @@ {

"ts-node": "8.10.2",
"type-fest": "0.15.0",
"type-fest": "0.15.1",
"typescript": "3.9.3",

@@ -38,4 +38,10 @@ "xo": "0.32.0"

"engines": {
"node": "12"
"node": ">=10.13.0"
},
"keywords": [
"xo",
"prettier",
"prettier-config",
"xo-config"
],
"license": "Apache-2.0",

@@ -61,10 +67,10 @@ "main": "./tsc_output/index.js",

"build": "tsc",
"deploy": "semantic-release",
"lint": "xo",
"prebuild": "rm -rf tsc_output",
"pretest": "rm -rf coverage .nyc_output",
"deploy": "semantic-release",
"style": "prettier --ignore-path .gitignore --check .",
"test": "nyc ava"
},
"version": "1.0.1",
"version": "1.0.2",
"xo": {

@@ -79,2 +85,3 @@ "overrides": [

],
"prettier": true,
"rules": {

@@ -89,5 +96,4 @@ "ava/no-import-test-files": [

]
},
"prettier": true
}
}
}

@@ -1,3 +0,4 @@

# `prettier-config-xo`
# [`prettier-config-xo`](https://www.npmjs.com/package/prettier-config-xo)
[![npm](https://img.shields.io/npm/v/prettier-config-xo)](https://www.npmjs.com/package/prettier-config-xo)
[![Build Status](https://github.com/pizzafox/prettier-config-xo/workflows/CI/badge.svg)](https://github.com/pizzafox/prettier-config-xo/actions)

@@ -4,0 +5,0 @@ [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)

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