(node)
| 16 | // RFC's asymmetric-pin rule. |
| 17 | |
| 18 | const primaryResolvedSource = (node) => resolvedSourceSpecs(node)[0] || '' |
| 19 | |
| 20 | // Convert an arborist Node into the spec string used for a versioned policy |
| 21 | // entry. Returns `null` if the node cannot be represented as a versioned key |
no outgoing calls
no test coverage detected
searching dependent graphs…