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

@api-components/amf-helper-mixin

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-components/amf-helper-mixin - npm Package Compare versions

Comparing version 4.5.0 to 4.5.1

16

package.json
{
"name": "@api-components/amf-helper-mixin",
"description": "A mixin with common functions user by most AMF components to compute AMF values",
"version": "4.5.0",
"version": "4.5.1",
"license": "Apache-2.0",

@@ -32,15 +32,15 @@ "main": "index.js",

"devDependencies": {
"@api-components/api-model-generator": "^0.2.13",
"@api-components/api-model-generator": "^0.2.14",
"@open-wc/eslint-config": "^4.3.0",
"@open-wc/testing": "^2.5.33",
"@web/dev-server": "^0.1.18",
"@web/test-runner": "^0.13.15",
"@web/test-runner-playwright": "^0.8.6",
"eslint": "^7.31.0",
"@web/dev-server": "^0.1.22",
"@web/test-runner": "^0.13.16",
"@web/test-runner-playwright": "^0.8.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.1",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.2",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1",
"sinon": "^11.1.1",
"sinon": "^11.1.2",
"typescript": "^4.3.5",

@@ -47,0 +47,0 @@ "typescript-lit-html-plugin": "^0.9.0"

@@ -1256,3 +1256,3 @@ /**

// This must test for this case as well.
const compactId = selected.replace('amf://id#', '');
const compactId = selected.replace('amf://id', '');
let result = declare.find((item) => {

@@ -1259,0 +1259,0 @@ if (Array.isArray(item)) {

@@ -194,2 +194,3 @@ interface Document {

multipleOf: string;
uniqueItems: string;
}

@@ -196,0 +197,0 @@

@@ -209,2 +209,3 @@

ns.aml.vocabularies.shapes.multipleOf = `${shapesKey}multipleOf`;
ns.aml.vocabularies.shapes.uniqueItems = `${shapesKey}uniqueItems`;
ns.aml.vocabularies.data = {};

@@ -211,0 +212,0 @@ ns.aml.vocabularies.data.key = `${ns.aml.vocabularies.key}data#`;

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