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

@adobe/aem-spa-component-mapping

Package Overview
Dependencies
Maintainers
80
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/aem-spa-component-mapping - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

CHANGELOG.md

@@ -1,2 +0,2 @@

## [1.0.3](https://github.com/adobe/aem-spa-component-mapping/compare/v1.0.2...v1.0.3) (2020-08-30)
## [1.0.4](https://github.com/adobe/aem-spa-component-mapping/compare/v1.0.3...v1.0.4) (2020-08-30)

@@ -6,7 +6,5 @@

* **eslint:** add `module` to globals ([013cae9](https://github.com/adobe/aem-spa-component-mapping/commit/013cae92be31015ecff0779cbfb630986b90b359))
* **eslint:** fix typo ([32de7ab](https://github.com/adobe/aem-spa-component-mapping/commit/32de7ab2646dee82876a7f2137d2fc90caf10d84))
* **eslint:** update eslint config ([8107ce2](https://github.com/adobe/aem-spa-component-mapping/commit/8107ce281be8138027ff64189960c49e8a93567f))
* do not alias `this` ([#13](https://github.com/adobe/aem-spa-component-mapping/issues/13)) ([b5b2605](https://github.com/adobe/aem-spa-component-mapping/commit/b5b260545b8fbba8eed5be6c4a5b955669d30913))
### *1.0.0* - 24 August 2020
Initial public release of `aem-spa-component-mapping`. Renamed from cq-spa-component-mapping.

@@ -1,2 +0,2 @@

!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.cqSpaComponentMapping=e():t.cqSpaComponentMapping=e()}(function(){try{return"undefined"!=typeof self}catch(t){return!1}}()?self:this,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){"use strict";let r;n.r(e),n.d(e,"ComponentMapping",(function(){return o})),n.d(e,"MapTo",(function(){return u}));class o{constructor(){return r||(r=this),r}static get instance(){return new this}map(t,e){o.map(t,e)}static map(t,e){if(t&&e){const n=this;("string"==typeof t?[t]:t).forEach(t=>{n.mapping[t]=e})}}get(t){return o.get(t)}static get(t){return this.mapping[t]}}function u(t){return e=>o.instance.map(t,e)}o.mapping={}}])}));
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.cqSpaComponentMapping=e():t.cqSpaComponentMapping=e()}(function(){try{return"undefined"!=typeof self}catch(t){return!1}}()?self:this,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){"use strict";let r;n.r(e),n.d(e,"ComponentMapping",(function(){return o})),n.d(e,"MapTo",(function(){return u}));class o{constructor(){return r||(r=this),r}static get instance(){return new this}map(t,e){o.map(t,e)}static map(t,e){if(t&&e){("string"==typeof t?[t]:t).forEach(t=>{this.mapping[t]=e})}}get(t){return o.get(t)}static get(t){return this.mapping[t]}}function u(t){return e=>o.instance.map(t,e)}o.mapping={}}])}));
//# sourceMappingURL=aem-spa-component-mapping.js.map
{
"name": "@adobe/aem-spa-component-mapping",
"version": "1.0.3",
"version": "1.0.4",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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