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.4.2 to 3.0.0-beta.2

dist/package.json

82

package.json
{
"name": "@windingtree/org.id-resolver",
"version": "2.4.2",
"version": "3.0.0-beta.2",
"description": "ORGiD DID resolver",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --ext .ts --fix",
"build": "rm -rf dist && npx tsc -p tsconfig-build.json",
"test": "npx hardhat test",
"test:coverage": "npx nyc --reporter=html --reporter=lcov hardhat test"
},
"keywords": [
"windingtree",
"orgid",
"did",
"resolver",
"javascript"
"typescript"
],
"main": "dist/index.js",
"bin": {
"did-resolver": "./dist/cli.js"
},
"files": [
"dist"
],
"author": "Kostiantyn Smyrnov <kostysh@gmail.com>",

@@ -25,41 +34,28 @@ "homepage": "https://github.com/windingtree/org.id-resolver#README",

},
"engines": {
"node": ">=10"
},
"scripts": {
"build": "rm -rf dist/ && npx babel --source-type module --minified --source-maps inline src --out-dir dist",
"test": "./scripts/test.sh",
"lint": "npx eslint './src/**/*.js' && npx eslint './test/**/*.js'",
"coverage": "COVERAGE=true ./scripts/test.sh",
"ganache": "./scripts/ganache.sh"
},
"dependencies": {
"@windingtree/org.id": "1.1.5",
"@windingtree/org.id-lif-deposit": "1.0.2",
"@windingtree/vc": "0.1.4",
"ajv": "6.12.3",
"axios": "0.23.0",
"core-js": "3.18.3",
"org.json-schema-0.3": "npm:@windingtree/org.json-schema@0.3.4",
"org.json-schema-0.4": "npm:@windingtree/org.json-schema@0.4.3",
"regenerator-runtime": "0.13.9",
"whois-light": "1.0.3"
"@windingtree/org.id": "3.0.0-beta.5",
"@windingtree/org.id-auth": "1.0.0-beta.10",
"@windingtree/org.id-core": "1.0.0-beta.21",
"@windingtree/org.id-utils": "1.0.0-beta.10",
"@windingtree/org.json-schema": "1.0.0-beta.4",
"ethers": "5.5.1",
"luxon": "2.0.2"
},
"devDependencies": {
"@babel/cli": "7.15.7",
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@openzeppelin/cli": "2.8.2",
"@openzeppelin/upgrades": "2.8.0",
"@istanbuljs/nyc-config-typescript": "1.0.1",
"@nomiclabs/hardhat-ethers": "2.0.2",
"@types/chai": "4.2.22",
"@types/chai-as-promised": "7.1.4",
"@types/luxon": "2.0.5",
"@types/mocha": "9.0.0",
"@windingtree/org.id-test-setup": "1.0.0-beta.21",
"chai": "4.3.4",
"coveralls": "3.1.0",
"eslint": "7.24.0",
"ganache-core": "2.13.2",
"husky": "6.0.0",
"mocha": "8.3.2",
"nyc": "15.1.0"
"chai-as-promised": "7.1.1",
"eslint": "8.1.0",
"hardhat": "2.6.8",
"nyc": "15.1.0",
"ts-node": "10.4.0",
"typescript": "4.4.4"
},
"publishConfig": {
"access": "public"
}
"gitHead": "86424d45b15057dca5b4f7a11ac1026b8cfefebc"
}
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