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

@windingtree/org.id-resolver

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@windingtree/org.id-resolver - npm Package Compare versions

Comparing version 2.0.7 to 2.1.0

dist/linkedIn.js

2

package.json
{
"name": "@windingtree/org.id-resolver",
"version": "2.0.7",
"version": "2.1.0",
"description": "ORGiD DID resolver",

@@ -5,0 +5,0 @@ "keywords": [

@@ -34,3 +34,8 @@ [![Build Status](https://travis-ci.org/windingtree/org.id-resolver.svg?branch=master)](https://travis-ci.org/windingtree/org.id-resolver)

const Web3 = require('web3');
const { OrgIdResolver, httpFetchMethod } = require('@windingtree/org.id-resolver');
const {
OrgIdResolver,
httpFetchMethod,
linkedInFetchMethod,
twitterFetchMethod
} = require('@windingtree/org.id-resolver');

@@ -42,2 +47,8 @@ const web3 = new Web3('<WEB3_PROVIDER>'); // HTTP(s) or WS(s)

});
resolver.registerSocialFetchMethod(linkedInFetchMethod, {
key: '<LINKEDIN_API_KEY>'
});
resolver.registerSocialFetchMethod(twitterFetchMethod, {
key: '<TWITTER_API_KEY>'
});
resolver.registerFetchMethod(httpFetchMethod);

@@ -44,0 +55,0 @@

Sorry, the diff of this file is too big to display

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