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

@api-components/amf-helper-mixin

Package Overview
Dependencies
Maintainers
1
Versions
98
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 3.1.3 to 3.1.4

3

amf-helper-mixin.js

@@ -217,2 +217,5 @@ /**

const old = this._amf;
if (old === value) {
return;
}
this._amf = value;

@@ -219,0 +222,0 @@ this.__modelVersion = this.__detectModelVersion(value);

@@ -493,1 +493,15 @@ <a name="2.0.11"></a>

## [3.1.3](https://github.com/advanced-rest-client/amf-helper-mixin/compare/3.0.2...3.1.3) (2019-08-23)
### Bug Fixes
* fixing linter error ([73c0cce](https://github.com/advanced-rest-client/amf-helper-mixin/commit/73c0cce))
### Features
* adding `__amfChanged` cllaback for amf setter ([e0bf834](https://github.com/advanced-rest-client/amf-helper-mixin/commit/e0bf834))

12

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

@@ -33,5 +33,5 @@ "main": "amf-helper-mixin.js",

"devDependencies": {
"@advanced-rest-client/eslint-config": "^1.1.0",
"@advanced-rest-client/eslint-config": "^1.1.2",
"@advanced-rest-client/prettier-config": "^0.1.0",
"@advanced-rest-client/testing-karma-sl": "^1.0.3",
"@advanced-rest-client/testing-karma-sl": "^1.0.4",
"@api-components/api-model-generator": "^0.1.12",

@@ -41,9 +41,9 @@ "@commitlint/cli": "^8.1.0",

"@open-wc/testing": "^2.2.8",
"@open-wc/testing-karma": "^3.1.24",
"@open-wc/testing-karma": "^3.1.26",
"@polymer/gen-typescript-declarations": "^1.6.2",
"deepmerge": "^4.0.0",
"es-dev-server": "^1.14.2",
"es-dev-server": "^1.15.1",
"husky": "^1.0.0",
"karma": "^4.2.0",
"lint-staged": "^9.2.1",
"lint-staged": "^9.2.4",
"lit-element": "^2.2.1",

@@ -50,0 +50,0 @@ "lit-html": "^1.1.2",

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