@asymmetrik/angular2-leaflet
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -1,2 +0,2 @@ | ||
/*! @asymmetrik/angular2-leaflet-1.0.6 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/ | ||
/*! @asymmetrik/angular2-leaflet-1.0.7 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/ | ||
(function (global, factory) { | ||
@@ -12,4 +12,6 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory() : | ||
exports.LeafletDirective = leaflet_directive_1.LeafletDirective; | ||
var leaflet_directive_wrapper_1 = require('./leaflet/core/leaflet.directive.wrapper'); | ||
exports.LeafletDirectiveWrapper = leaflet_directive_wrapper_1.LeafletDirectiveWrapper; | ||
}))); | ||
//# sourceMappingURL=angular2-leaflet.js.map |
@@ -1,2 +0,2 @@ | ||
/*! @asymmetrik/angular2-leaflet-1.0.6 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t():"function"==typeof define&&define.amd?define(t):t()}(this,function(){"use strict";var e=require("./leaflet/leaflet.module");exports.LeafletModule=e.LeafletModule;var t=require("./leaflet/core/leaflet.directive");exports.LeafletDirective=t.LeafletDirective}); | ||
/*! @asymmetrik/angular2-leaflet-1.0.7 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t():"function"==typeof define&&define.amd?define(t):t()}(this,function(){"use strict";var e=require("./leaflet/leaflet.module");exports.LeafletModule=e.LeafletModule;var t=require("./leaflet/core/leaflet.directive");exports.LeafletDirective=t.LeafletDirective;var r=require("./leaflet/core/leaflet.directive.wrapper");exports.LeafletDirectiveWrapper=r.LeafletDirectiveWrapper}); |
export { LeafletModule } from './leaflet/leaflet.module'; | ||
export { LeafletDirective } from './leaflet/core/leaflet.directive'; | ||
export { LeafletDirectiveWrapper } from './leaflet/core/leaflet.directive.wrapper'; |
@@ -6,3 +6,5 @@ "use strict"; | ||
exports.LeafletDirective = leaflet_directive_1.LeafletDirective; | ||
var leaflet_directive_wrapper_1 = require('./leaflet/core/leaflet.directive.wrapper'); | ||
exports.LeafletDirectiveWrapper = leaflet_directive_wrapper_1.LeafletDirectiveWrapper; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"description": "Angular 2 components for Leaflet", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "Asymmetrik, Ltd.", | ||
@@ -8,0 +8,0 @@ "copyright": "Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.", |
export { LeafletModule } from './leaflet/leaflet.module'; | ||
export { LeafletDirective } from './leaflet/core/leaflet.directive'; | ||
export { LeafletDirectiveWrapper } from './leaflet/core/leaflet.directive.wrapper'; | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
141961
2242