Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

veres-one-context

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veres-one-context - npm Package Compare versions

Comparing version 11.0.0 to 12.0.0

5

CHANGELOG.md
# veres-one-context ChangeLog
## 12.0.0 - 2021-05-05
### Changed
- **BREAKING**: Refactor context to remove prefix/cURI usage.
## 11.0.0 - 2019-11-14

@@ -4,0 +9,0 @@

2

dist/module.js

@@ -14,3 +14,3 @@ function unwrapExports (x) {

* Copyright (c) 2017-2018 Digital Bazaar, Inc. All rights reserved.
*/t.VERES_ONE_CONTEXT_V1_URL="https://w3id.org/veres-one/v1";},function(e,t){e.exports={"@context":{"@version":1.1,v1:"https://w3id.org/veres-one#",wl:"https://w3id.org/webledger#",xsd:"http://www.w3.org/2001/XMLSchema#",Elector:"wl:Elector",RecoveryElector:"wl:RecoveryElector",ValidatorParameterSet:"wl:ValidatorParameterSet",allowedServiceBaseUrl:{"@id":"v1:allowedServiceBaseUrl","@type":"@id","@container":"@set"},blockHeight:"wl:blockHeight",elector:{"@id":"wl:elector","@type":"@id"},electorPool:{"@id":"wl:electorPool","@type":"@id","@container":"@set"},maximumElectorCount:{"@id":"wl:maximumElectorCount","@type":"xsd:integer"}}};}]));
*/e.exports={VERES_ONE_CONTEXT_V1_URL:"https://w3id.org/veres-one/v1",CONTEXT_URL:"https://w3id.org/veres-one/v1",CBORLD_CODEC_VALUE:24};},function(e,t){e.exports={"@context":{Elector:"https://w3id.org/webledger#Elector",RecoveryElector:"https://w3id.org/webledger#RecoveryElector",ValidatorParameterSet:"https://w3id.org/webledger#ValidatorParameterSet",allowedServiceBaseUrl:{"@id":"https://w3id.org/veres-one#allowedServiceBaseUrl","@type":"@id","@container":"@set"},blockHeight:"https://w3id.org/webledger#blockHeight",elector:{"@id":"https://w3id.org/webledger#elector","@type":"@id"},electorPool:{"@id":"https://w3id.org/webledger#electorPool","@type":"@id","@container":"@set"},maximumElectorCount:{"@id":"https://w3id.org/webledger#maximumElectorCount","@type":"http://www.w3.org/2001/XMLSchema#integer"}}};}]));
});

@@ -17,0 +17,0 @@

@@ -6,2 +6,8 @@ /*!

exports.VERES_ONE_CONTEXT_V1_URL = 'https://w3id.org/veres-one/v1';
const VERES_ONE_CONTEXT_V1_URL = 'https://w3id.org/veres-one/v1';
module.exports = {
VERES_ONE_CONTEXT_V1_URL,
CONTEXT_URL: VERES_ONE_CONTEXT_V1_URL,
CBORLD_CODEC_VALUE: 0x18
};
{
"name": "veres-one-context",
"version": "11.0.0",
"version": "12.0.0",
"description": "Veres One Contexts",

@@ -34,5 +34,5 @@ "main": "lib",

"scripts": {
"prepublish": "npm run build",
"prepare": "npm run build",
"build": "webpack && rollup -c"
}
}

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