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.3 to 1.0.4

27

package.json

@@ -20,3 +20,3 @@ {

"bugs": {
"url": "https://github.com/pizzafox/prettier-config-xo/issues"
"url": "https://github.com/jonahsnider/prettier-config-xo/issues"
},

@@ -26,12 +26,12 @@ "devDependencies": {

"@semantic-release/exec": "5.0.0",
"@types/prettier": "2.0.1",
"ava": "3.9.0",
"@types/prettier": "2.2.3",
"ava": "3.15.0",
"eslint-plugin-prettier": "3.4.0",
"nyc": "15.1.0",
"prettier": "2.0.4",
"semantic-release": "17.1.0",
"prettier": "2.2.1",
"semantic-release": "17.4.2",
"source-map-support": "0.5.19",
"ts-node": "8.10.2",
"type-fest": "0.15.1",
"typescript": "3.9.3",
"xo": "0.32.0"
"ts-node": "9.1.1",
"typescript": "4.2.4",
"xo": "0.38.2"
},

@@ -49,2 +49,7 @@ "engines": {

"main": "./tsc_output/index.js",
"exports": {
".": "./tsc_output/index.js",
"./space": "./tsc_output/space.js",
"./space.js": "./tsc_output/space.js"
},
"name": "prettier-config-xo",

@@ -64,3 +69,3 @@ "nyc": {

"type": "git",
"url": "git+https://github.com/pizzafox/prettier-config-xo.git"
"url": "git+https://github.com/jonahsnider/prettier-config-xo.git"
},

@@ -76,3 +81,3 @@ "scripts": {

},
"version": "1.0.3",
"version": "1.0.4",
"xo": {

@@ -79,0 +84,0 @@ "overrides": [

# [`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)
[![Build Status](https://github.com/jonahsnider/prettier-config-xo/workflows/CI/badge.svg)](https://github.com/jonahsnider/prettier-config-xo/actions)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
[![codecov](https://codecov.io/gh/pizzafox/prettier-config-xo/branch/master/graph/badge.svg)](https://codecov.io/gh/pizzafox/prettier-config-xo)
[![codecov](https://codecov.io/gh/jonahsnider/prettier-config-xo/branch/master/graph/badge.svg)](https://codecov.io/gh/jonahsnider/prettier-config-xo)

@@ -38,8 +38,4 @@ Prettier config that follows the XO code style.

```json
{
"name": "my-cool-library",
"version": "1.0.0",
"prettier": "prettier-config-xo/space"
}
```js
module.exports = require('prettier-config-xo/space');
```

@@ -1,1 +0,2 @@

export {};
import { base } from './configs/base';
export = base;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const base_1 = require("./configs/base");
module.exports = base_1.base;
//# sourceMappingURL=index.js.map

@@ -1,1 +0,2 @@

export {};
import { space } from './configs/space';
export = space;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const space_1 = require("./configs/space");
module.exports = space_1.space;
//# sourceMappingURL=space.js.map

Sorry, the diff of this file is not supported yet

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