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

apollo-deprecated-highlight

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

apollo-deprecated-highlight - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

6

lib/index.js

@@ -65,2 +65,8 @@ "use strict";

}
var isAdded = newDeprecations.some(function (dep) {
return dep.field === info.fieldName;
});
if (isAdded) {
return;
}
newDeprecations.push({

@@ -67,0 +73,0 @@ field: info.fieldName,

2

package.json
{
"name": "apollo-deprecated-highlight",
"version": "1.1.10",
"version": "1.1.11",
"author": "Alex <alexxiyang@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Highlight the apollo graphql deprecated fields",

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