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

format-package

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

format-package - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

__tests__/README.md

@@ -9,4 +9,4 @@ # Functional tests

To add a new test, just create a new `JSON` file in the `fixtures` directory and run `yarn test --watch`. A snapshot will automatically be crated for each fixture file found and any changes in output will cause the tests to fail until their snapshots are updated (`yarn test -u`).
To add a new test, just create a new `JSON` file in the `fixtures` directory and run `yarn test --watch`. A snapshot will automatically be created for each fixture file found and any changes in output will cause the tests to fail until their snapshots are updated (`yarn test -u`).
In addition, custom `.spec.js` files can be added here and will be run as part of the test suite.
{
"name": "format-package",
"version": "4.0.1",
"version": "4.0.2",
"description": "Sensible formatting and ordering of package.json",

@@ -53,3 +53,2 @@ "license": "MIT",

"chalk": "^2.1.0",
"codecov": "^2.3.0",
"find-up": "^2.1.0",

@@ -61,2 +60,3 @@ "sort-scripts": "^1.0.0",

"ajv": "^5.2.2",
"codecov": "^2.3.1",
"eslint": "^4.6.0",

@@ -81,2 +81,2 @@ "eslint-config-airbnb-base": "^12.0.0",

}
}
}

@@ -16,3 +16,3 @@ # Format Package [![codecov](https://codecov.io/gh/camacho/format-package/branch/master/graph/badge.svg)](https://codecov.io/gh/camacho/format-package)

- [Getting started](#getting-started)
- [Requirements](#requirements)
* [Requirements](#requirements)
* [Command Line](#command-line)

@@ -31,2 +31,4 @@ * [Module](#module)

## Getting started
`package.json` files are notorious for becoming large and overwhelming. When working in teams, this can make it hard to know how to structure the file or where to find certain configurations or scripts - especially since everyone has their own preferences.

@@ -40,5 +42,3 @@

## Getting started
## Requirements
### Requirements
<!-- AUTO-GENERATED-CONTENT:START (ENGINES) -->

@@ -45,0 +45,0 @@ * **node**: >=7.6.0

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