Comparing version 4.0.0 to 5.0.0
@@ -0,1 +1,5 @@ | ||
# [5.0.0](https://github.com/ipfs/is-ipfs/compare/v4.0.0...v5.0.0) (2021-04-19) | ||
# [4.0.0](https://github.com/ipfs/is-ipfs/compare/v3.0.0...v4.0.0) (2021-03-03) | ||
@@ -2,0 +6,0 @@ |
@@ -49,3 +49,3 @@ /** | ||
export const pathPattern: RegExp; | ||
import Multiaddr = require("multiaddr"); | ||
import { Multiaddr } from "multiaddr"; | ||
export declare function base32cid(cid: string | Uint8Array | CID): boolean; | ||
@@ -52,0 +52,0 @@ export declare function ipfsPath(path: string | Uint8Array): boolean; |
{ | ||
"name": "is-ipfs", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "A set of utilities to help identify IPFS resources on the web", | ||
@@ -46,4 +46,4 @@ "keywords": [ | ||
"iso-url": "^1.1.3", | ||
"mafmt": "^8.0.4", | ||
"multiaddr": "^8.1.2", | ||
"mafmt": "^9.0.0", | ||
"multiaddr": "^9.0.1", | ||
"multibase": "^4.0.2", | ||
@@ -54,3 +54,3 @@ "multihashes": "^4.0.2", | ||
"devDependencies": { | ||
"aegir": "^31.0.3", | ||
"aegir": "^33.1.0", | ||
"pre-commit": "^1.2.2" | ||
@@ -73,5 +73,5 @@ }, | ||
"Alex Potsides <alex@achingbrain.net>", | ||
"Henrique Dias <hacdias@gmail.com>", | ||
"Hugo Dias <mail@hugodias.me>" | ||
"Hugo Dias <mail@hugodias.me>", | ||
"Henrique Dias <hacdias@gmail.com>" | ||
] | ||
} |
@@ -5,3 +5,3 @@ 'use strict' | ||
const multibase = require('multibase') | ||
const Multiaddr = require('multiaddr') | ||
const { Multiaddr } = require('multiaddr') | ||
const mafmt = require('mafmt') | ||
@@ -8,0 +8,0 @@ const CID = require('cids') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28847
7
279
+ Addederr-code@3.0.1(transitive)
+ Addedmafmt@9.0.0(transitive)
+ Addedmultiaddr@9.0.2(transitive)
- Removed@zxing/text-encoding@0.9.0(transitive)
- Removedavailable-typed-arrays@1.0.7(transitive)
- Removedcall-bind@1.0.7(transitive)
- Removedclass-is@1.1.0(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removederr-code@2.0.3(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedfor-each@0.3.3(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedgopd@1.0.1(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-arguments@1.1.1(transitive)
- Removedis-callable@1.2.7(transitive)
- Removedis-generator-function@1.0.10(transitive)
- Removedis-typed-array@1.1.13(transitive)
- Removedmafmt@8.0.4(transitive)
- Removedmultiaddr@8.1.2(transitive)
- Removedmultibase@3.1.2(transitive)
- Removedpossible-typed-array-names@1.0.0(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removeduint8arrays@1.1.0(transitive)
- Removedutil@0.12.5(transitive)
- Removedweb-encoding@1.1.5(transitive)
- Removedwhich-typed-array@1.1.15(transitive)
Updatedmafmt@^9.0.0
Updatedmultiaddr@^9.0.1