Socket
Socket
Sign inDemoInstall

@ew-did-registry/did

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ew-did-registry/did - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2-alpha.1041.0

dist/utils/validation.d.ts

1

dist/index.d.ts

@@ -49,1 +49,2 @@ import { IDID } from './interface';

export { IDID, DID, Methods, };
export * from './utils/validation';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -78,2 +88,3 @@ exports.Methods = exports.DID = void 0;

exports.DID = DID;
__exportStar(require("./utils/validation"), exports);
//# sourceMappingURL=index.js.map

7

package.json
{
"name": "@ew-did-registry/did",
"version": "0.5.1",
"version": "0.5.2-alpha.1041.0",
"publishConfig": {

@@ -27,3 +27,6 @@ "access": "public"

"license": "GPL-3.0-or-later",
"gitHead": "a38dd71c7f5c0c4b2cac300cf1b6cc2ed8cef223"
"devDependencies": {
"@ew-did-registry/keys": "0.5.2-alpha.1041.0"
},
"gitHead": "5604c4d91e1a2c8637c0c4ff5a04d10cc387cabd"
}

@@ -99,1 +99,3 @@ import { IDID } from './interface';

};
export * from './utils/validation';
// eslint-disable-next-line import/no-extraneous-dependencies
import {expect} from 'chai';
import {DID, IDID, Methods} from '../src';
import { expect } from 'chai';
import { DID, IDID, Methods } from '../src';
import { erc1056tests } from './erc1056.testSuit';

@@ -75,2 +76,4 @@ describe('[DID PACKAGE]', () => {

);
describe('Erc1056 tests', erc1056tests);
});

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