🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More
Socket
Sign inDemoInstall
Socket

@apollo/utils.stripsensitiveliterals

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/utils.stripsensitiveliterals - npm Package Compare versions

Comparing version

to
2.0.0

README.md

9

package.json
{
"name": "@apollo/utils.stripsensitiveliterals",
"version": "1.2.0",
"version": "2.0.0",
"description": "Remove literals from an AST which might contain PII (strings and numbers, and optionally lists and objects)",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"url": "git+https://github.com/apollographql/apollo-utils.git",
"directory": "stripSensitiveLiterals/"
"directory": "packages/stripSensitiveLiterals/"
},

@@ -22,7 +22,4 @@ "keywords": [

"engines": {
"node": ">=12.13.0"
"node": ">=14"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {

@@ -29,0 +26,0 @@ "graphql": "14.x || 15.x || 16.x"