Socket
Socket
Sign inDemoInstall

ignore-sync

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ignore-sync - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

### [6.0.2](https://github.com/foray1010/ignore-sync/compare/v6.0.1...v6.0.2) (2022-10-08)
### Bug Fixes
- fix a breaking change introduced by axios v1.1.2 ([ec435d2](https://github.com/foray1010/ignore-sync/commit/ec435d2c213c53bd0a984c6cf79b2edf7c1858cb)), closes [/github.com/axios/axios/issues/5038#issuecomment-1272244005](https://github.com/foray1010//github.com/axios/axios/issues/5038/issues/issuecomment-1272244005)
### [6.0.1](https://github.com/foray1010/ignore-sync/compare/v6.0.0...v6.0.1) (2022-10-06)

@@ -7,0 +13,0 @@

6

package.json
{
"$schema": "https://json.schemastore.org/package",
"name": "ignore-sync",
"version": "6.0.1",
"version": "6.0.2",
"description": "a CLI tool to build and sync *ignore files across files and repositories",

@@ -39,3 +39,3 @@ "keywords": [

"dependencies": {
"axios": "^1.1.0",
"axios": "^1.1.2",
"fast-glob": "^3.2.12",

@@ -48,3 +48,3 @@ "ignore": "^5.2.0",

"@commitlint/config-conventional": "17.1.0",
"@foray1010/eslint-config": "7.8.0",
"@foray1010/eslint-config": "7.9.0",
"@foray1010/jest-preset": "2.0.2",

@@ -51,0 +51,0 @@ "@foray1010/prettier-config": "7.0.5",

'use strict'
const axios = require('axios').default
const axios = require('axios')

@@ -5,0 +5,0 @@ const getContentFile = async ({

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