@nativescript-community/ui-material-ripple
Advanced tools
Comparing version 4.0.9 to 4.0.10
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['nativescript-community'] = global['nativescript-community'] || {}, global['nativescript-community']['ui-material-ripple-angular'] = {}), global.ng.core, global['ns-angular'], global['ns-material-ripple'])); | ||
}(this, (function (exports, core, angular, uiMaterialRipple) { 'use strict'; | ||
}(this, (function (exports, i0, angular, uiMaterialRipple) { 'use strict'; | ||
@@ -13,5 +13,10 @@ var MaterialRippleDirective = /** @class */ (function () { | ||
}()); | ||
MaterialRippleDirective.decorators = [ | ||
{ type: core.Directive, args: [{ selector: 'MDRipple' },] } | ||
]; | ||
MaterialRippleDirective.ɵfac = function MaterialRippleDirective_Factory(t) { return new (t || MaterialRippleDirective)(); }; | ||
MaterialRippleDirective.ɵdir = i0.ɵɵdefineDirective({ type: MaterialRippleDirective, selectors: [["MDRipple"]] }); | ||
(function () { | ||
i0.ɵsetClassMetadata(MaterialRippleDirective, [{ | ||
type: i0.Directive, | ||
args: [{ selector: 'MDRipple' }] | ||
}], null, null); | ||
})(); | ||
var NativeScriptMaterialRippleModule = /** @class */ (function () { | ||
@@ -22,14 +27,16 @@ function NativeScriptMaterialRippleModule() { | ||
}()); | ||
NativeScriptMaterialRippleModule.decorators = [ | ||
{ type: core.NgModule, args: [{ | ||
declarations: [MaterialRippleDirective], | ||
exports: [MaterialRippleDirective], | ||
},] } | ||
]; | ||
NativeScriptMaterialRippleModule.ɵmod = i0.ɵɵdefineNgModule({ type: NativeScriptMaterialRippleModule }); | ||
NativeScriptMaterialRippleModule.ɵinj = i0.ɵɵdefineInjector({ factory: function NativeScriptMaterialRippleModule_Factory(t) { return new (t || NativeScriptMaterialRippleModule)(); } }); | ||
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NativeScriptMaterialRippleModule, { declarations: [MaterialRippleDirective], exports: [MaterialRippleDirective] }); })(); | ||
(function () { | ||
i0.ɵsetClassMetadata(NativeScriptMaterialRippleModule, [{ | ||
type: i0.NgModule, | ||
args: [{ | ||
declarations: [MaterialRippleDirective], | ||
exports: [MaterialRippleDirective], | ||
}] | ||
}], null, null); | ||
})(); | ||
angular.registerElement('MDRipple', function () { return uiMaterialRipple.Ripple; }); | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
exports.MaterialRippleDirective = MaterialRippleDirective; | ||
@@ -36,0 +43,0 @@ exports.NativeScriptMaterialRippleModule = NativeScriptMaterialRippleModule; |
@@ -1,2 +0,2 @@ | ||
!function(e,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports,require("@angular/core"),require("@nativescript/angular"),require("@nativescript-community/ui-material-ripple")):"function"==typeof define&&define.amd?define("@nativescript-community/ui-material-ripple-angular",["exports","@angular/core","@nativescript/angular","@nativescript-community/ui-material-ripple"],i):i(((e="undefined"!=typeof globalThis?globalThis:e||self)["nativescript-community"]=e["nativescript-community"]||{},e["nativescript-community"]["ui-material-ripple-angular"]={}),e.ng.core,e["ns-angular"],e["ns-material-ripple"])}(this,(function(e,i,t,r){"use strict";var a=function(){};a.decorators=[{type:i.Directive,args:[{selector:"MDRipple"}]}];var n=function(){};n.decorators=[{type:i.NgModule,args:[{declarations:[a],exports:[a]}]}],t.registerElement("MDRipple",(function(){return r.Ripple})),e.MaterialRippleDirective=a,e.NativeScriptMaterialRippleModule=n,Object.defineProperty(e,"__esModule",{value:!0})})); | ||
!function(e,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports,require("@angular/core"),require("@nativescript/angular"),require("@nativescript-community/ui-material-ripple")):"function"==typeof define&&define.amd?define("@nativescript-community/ui-material-ripple-angular",["exports","@angular/core","@nativescript/angular","@nativescript-community/ui-material-ripple"],i):i(((e="undefined"!=typeof globalThis?globalThis:e||self)["nativescript-community"]=e["nativescript-community"]||{},e["nativescript-community"]["ui-material-ripple-angular"]={}),e.ng.core,e["ns-angular"],e["ns-material-ripple"])}(this,(function(e,i,t,n){"use strict";var r=function(){};r.ɵfac=function(e){return new(e||r)},r.ɵdir=i.ɵɵdefineDirective({type:r,selectors:[["MDRipple"]]}),i.ɵsetClassMetadata(r,[{type:i.Directive,args:[{selector:"MDRipple"}]}],null,null);var a=function(){};a.ɵmod=i.ɵɵdefineNgModule({type:a}),a.ɵinj=i.ɵɵdefineInjector({factory:function(e){return new(e||a)}}),("undefined"==typeof ngJitMode||ngJitMode)&&i.ɵɵsetNgModuleScope(a,{declarations:[r],exports:[r]}),i.ɵsetClassMetadata(a,[{type:i.NgModule,args:[{declarations:[r],exports:[r]}]}],null,null),t.registerElement("MDRipple",(function(){return n.Ripple})),e.MaterialRippleDirective=r,e.NativeScriptMaterialRippleModule=a,Object.defineProperty(e,"__esModule",{value:!0})})); | ||
//# sourceMappingURL=nativescript-community-ui-material-ripple-angular.umd.min.js.map |
import { Directive, NgModule } from '@angular/core'; | ||
import { registerElement } from '@nativescript/angular'; | ||
import { Ripple } from '@nativescript-community/ui-material-ripple'; | ||
import * as i0 from "@angular/core"; | ||
export class MaterialRippleDirective { | ||
} | ||
MaterialRippleDirective.decorators = [ | ||
{ type: Directive, args: [{ selector: 'MDRipple' },] } | ||
]; | ||
MaterialRippleDirective.ɵfac = function MaterialRippleDirective_Factory(t) { return new (t || MaterialRippleDirective)(); }; | ||
MaterialRippleDirective.ɵdir = i0.ɵɵdefineDirective({ type: MaterialRippleDirective, selectors: [["MDRipple"]] }); | ||
(function () { i0.ɵsetClassMetadata(MaterialRippleDirective, [{ | ||
type: Directive, | ||
args: [{ selector: 'MDRipple' }] | ||
}], null, null); })(); | ||
export class NativeScriptMaterialRippleModule { | ||
} | ||
NativeScriptMaterialRippleModule.decorators = [ | ||
{ type: NgModule, args: [{ | ||
NativeScriptMaterialRippleModule.ɵmod = i0.ɵɵdefineNgModule({ type: NativeScriptMaterialRippleModule }); | ||
NativeScriptMaterialRippleModule.ɵinj = i0.ɵɵdefineInjector({ factory: function NativeScriptMaterialRippleModule_Factory(t) { return new (t || NativeScriptMaterialRippleModule)(); } }); | ||
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NativeScriptMaterialRippleModule, { declarations: [MaterialRippleDirective], exports: [MaterialRippleDirective] }); })(); | ||
(function () { i0.ɵsetClassMetadata(NativeScriptMaterialRippleModule, [{ | ||
type: NgModule, | ||
args: [{ | ||
declarations: [MaterialRippleDirective], | ||
exports: [MaterialRippleDirective], | ||
},] } | ||
]; | ||
}] | ||
}], null, null); })(); | ||
registerElement('MDRipple', () => Ripple); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvcmlwcGxlL2FuZ3VsYXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUdwRSxNQUFNLE9BQU8sdUJBQXVCOzs7WUFEbkMsU0FBUyxTQUFDLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRTs7QUFPbkMsTUFBTSxPQUFPLGdDQUFnQzs7O1lBSjVDLFFBQVEsU0FBQztnQkFDTixZQUFZLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQztnQkFDdkMsT0FBTyxFQUFFLENBQUMsdUJBQXVCLENBQUM7YUFDckM7O0FBR0QsZUFBZSxDQUFDLFVBQVUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxNQUFNLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHJlZ2lzdGVyRWxlbWVudCB9IGZyb20gJ0BuYXRpdmVzY3JpcHQvYW5ndWxhcic7XG5pbXBvcnQgeyBSaXBwbGUgfSBmcm9tICdAbmF0aXZlc2NyaXB0LWNvbW11bml0eS91aS1tYXRlcmlhbC1yaXBwbGUnO1xuXG5ARGlyZWN0aXZlKHsgc2VsZWN0b3I6ICdNRFJpcHBsZScgfSlcbmV4cG9ydCBjbGFzcyBNYXRlcmlhbFJpcHBsZURpcmVjdGl2ZSB7fVxuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW01hdGVyaWFsUmlwcGxlRGlyZWN0aXZlXSxcbiAgICBleHBvcnRzOiBbTWF0ZXJpYWxSaXBwbGVEaXJlY3RpdmVdLFxufSlcbmV4cG9ydCBjbGFzcyBOYXRpdmVTY3JpcHRNYXRlcmlhbFJpcHBsZU1vZHVsZSB7fVxuXG5yZWdpc3RlckVsZW1lbnQoJ01EUmlwcGxlJywgKCkgPT4gUmlwcGxlKTtcbiJdfQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiLi4vc3JjLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQzs7QUFHcEUsTUFBTSxPQUFPLHVCQUF1Qjs7OEZBQXZCLHVCQUF1Qjs0REFBdkIsdUJBQXVCO29DQUF2Qix1QkFBdUI7Y0FEbkMsU0FBUztlQUFDLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRTs7QUFPbkMsTUFBTSxPQUFPLGdDQUFnQzs7b0VBQWhDLGdDQUFnQzsrSUFBaEMsZ0NBQWdDO3dGQUFoQyxnQ0FBZ0MsbUJBTmhDLHVCQUF1QixhQUF2Qix1QkFBdUI7b0NBTXZCLGdDQUFnQztjQUo1QyxRQUFRO2VBQUM7Z0JBQ04sWUFBWSxFQUFFLENBQUMsdUJBQXVCLENBQUM7Z0JBQ3ZDLE9BQU8sRUFBRSxDQUFDLHVCQUF1QixDQUFDO2FBQ3JDOztBQUdELGVBQWUsQ0FBQyxVQUFVLEVBQUUsR0FBRyxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyByZWdpc3RlckVsZW1lbnQgfSBmcm9tICdAbmF0aXZlc2NyaXB0L2FuZ3VsYXInO1xuaW1wb3J0IHsgUmlwcGxlIH0gZnJvbSAnQG5hdGl2ZXNjcmlwdC1jb21tdW5pdHkvdWktbWF0ZXJpYWwtcmlwcGxlJztcblxuQERpcmVjdGl2ZSh7IHNlbGVjdG9yOiAnTURSaXBwbGUnIH0pXG5leHBvcnQgY2xhc3MgTWF0ZXJpYWxSaXBwbGVEaXJlY3RpdmUge31cblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtNYXRlcmlhbFJpcHBsZURpcmVjdGl2ZV0sXG4gICAgZXhwb3J0czogW01hdGVyaWFsUmlwcGxlRGlyZWN0aXZlXSxcbn0pXG5leHBvcnQgY2xhc3MgTmF0aXZlU2NyaXB0TWF0ZXJpYWxSaXBwbGVNb2R1bGUge31cblxucmVnaXN0ZXJFbGVtZW50KCdNRFJpcHBsZScsICgpID0+IFJpcHBsZSk7XG4iXX0= |
@@ -1,5 +0,2 @@ | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
export * from './index'; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF0aXZlc2NyaXB0LWNvbW11bml0eS11aS1tYXRlcmlhbC1yaXBwbGUtYW5ndWxhci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9yaXBwbGUvYW5ndWxhci9uYXRpdmVzY3JpcHQtY29tbXVuaXR5LXVpLW1hdGVyaWFsLXJpcHBsZS1hbmd1bGFyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19 | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF0aXZlc2NyaXB0LWNvbW11bml0eS11aS1tYXRlcmlhbC1yaXBwbGUtYW5ndWxhci5qcyIsInNvdXJjZVJvb3QiOiIuLi9zcmMvIiwic291cmNlcyI6WyJuYXRpdmVzY3JpcHQtY29tbXVuaXR5LXVpLW1hdGVyaWFsLXJpcHBsZS1hbmd1bGFyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUlBLGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ== |
@@ -1,2 +0,2 @@ | ||
import { Directive, NgModule } from '@angular/core'; | ||
import { ɵɵdefineDirective, ɵsetClassMetadata, Directive, ɵɵdefineNgModule, ɵɵdefineInjector, ɵɵsetNgModuleScope, NgModule } from '@angular/core'; | ||
import { registerElement } from '@nativescript/angular'; | ||
@@ -7,20 +7,23 @@ import { Ripple } from '@nativescript-community/ui-material-ripple'; | ||
} | ||
MaterialRippleDirective.decorators = [ | ||
{ type: Directive, args: [{ selector: 'MDRipple' },] } | ||
]; | ||
MaterialRippleDirective.ɵfac = function MaterialRippleDirective_Factory(t) { return new (t || MaterialRippleDirective)(); }; | ||
MaterialRippleDirective.ɵdir = ɵɵdefineDirective({ type: MaterialRippleDirective, selectors: [["MDRipple"]] }); | ||
(function () { ɵsetClassMetadata(MaterialRippleDirective, [{ | ||
type: Directive, | ||
args: [{ selector: 'MDRipple' }] | ||
}], null, null); })(); | ||
class NativeScriptMaterialRippleModule { | ||
} | ||
NativeScriptMaterialRippleModule.decorators = [ | ||
{ type: NgModule, args: [{ | ||
NativeScriptMaterialRippleModule.ɵmod = ɵɵdefineNgModule({ type: NativeScriptMaterialRippleModule }); | ||
NativeScriptMaterialRippleModule.ɵinj = ɵɵdefineInjector({ factory: function NativeScriptMaterialRippleModule_Factory(t) { return new (t || NativeScriptMaterialRippleModule)(); } }); | ||
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && ɵɵsetNgModuleScope(NativeScriptMaterialRippleModule, { declarations: [MaterialRippleDirective], exports: [MaterialRippleDirective] }); })(); | ||
(function () { ɵsetClassMetadata(NativeScriptMaterialRippleModule, [{ | ||
type: NgModule, | ||
args: [{ | ||
declarations: [MaterialRippleDirective], | ||
exports: [MaterialRippleDirective], | ||
},] } | ||
]; | ||
}] | ||
}], null, null); })(); | ||
registerElement('MDRipple', () => Ripple); | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
export { MaterialRippleDirective, NativeScriptMaterialRippleModule }; | ||
//# sourceMappingURL=nativescript-community-ui-material-ripple-angular.js.map |
@@ -0,4 +1,9 @@ | ||
import * as i0 from "@angular/core"; | ||
export declare class MaterialRippleDirective { | ||
static ɵfac: i0.ɵɵFactoryDef<MaterialRippleDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDefWithMeta<MaterialRippleDirective, "MDRipple", never, {}, {}, never>; | ||
} | ||
export declare class NativeScriptMaterialRippleModule { | ||
static ɵmod: i0.ɵɵNgModuleDefWithMeta<NativeScriptMaterialRippleModule, [typeof MaterialRippleDirective], never, [typeof MaterialRippleDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDef<NativeScriptMaterialRippleModule>; | ||
} |
@@ -1,4 +0,2 @@ | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="@nativescript-community/ui-material-ripple-angular" /> | ||
export * from './index'; |
@@ -9,7 +9,9 @@ { | ||
"typings": "nativescript-community-ui-material-ripple-angular.d.ts", | ||
"metadata": "nativescript-community-ui-material-ripple-angular.metadata.json", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1" | ||
} | ||
} |
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.10](https://github.com/nativescript-community/ui-material-components/compare/v4.0.8...v4.0.10) (2020-09-02) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
## [4.0.8](https://github.com/Akylas/nativescript-material-components/compare/v4.0.6...v4.0.8) (2020-08-15) | ||
@@ -20,3 +28,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-ripple | ||
@@ -29,3 +37,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-ripple | ||
@@ -38,3 +46,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-ripple | ||
@@ -47,3 +55,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-ripple | ||
@@ -56,3 +64,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-ripple | ||
@@ -65,3 +73,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-ripple | ||
@@ -74,3 +82,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-ripple | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-ripple | ||
@@ -77,0 +85,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-ripple", | ||
"version": "4.0.9", | ||
"version": "4.0.10", | ||
"description": "Material ripple component", | ||
@@ -12,3 +12,3 @@ "main": "./ripple", | ||
"build": "npm run tsc", | ||
"build.angular": "cd ../../src/ripple/angular && npm run build", | ||
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/ripple/angular/package.json -c ../../src/ripple/angular/tsconfig.json", | ||
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map" | ||
@@ -39,5 +39,5 @@ }, | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^4.0.8" | ||
"@nativescript-community/ui-material-core": "^4.0.10" | ||
}, | ||
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" | ||
"gitHead": "6e0bbbd82d70a4e5dcf3f01e2609caf5b7ee3f3f" | ||
} |
@@ -67,3 +67,3 @@ [![npm](https://img.shields.io/npm/v/nativescript-material-ripple.svg)](https://www.npmjs.com/package/nativescript-material-ripple) | ||
import Vue from 'nativescript-vue'; | ||
import RipplePlugin from 'nativescript-material-ripple/vue'; | ||
import RipplePlugin from '@nativescript-community/ui-material-ripple/vue'; | ||
@@ -70,0 +70,0 @@ Vue.use(RipplePlugin); |
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
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
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
63154
396
29