🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More

angular-audio-context

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-audio-context - npm Package Compare versions

Comparing version

to
38.0.4

@@ -27,6 +27,6 @@ import { CommonModule } from '@angular/common';

}
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.3", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: AudioContextModule, decorators: [{
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.4", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: AudioContextModule, decorators: [{
type: NgModule,

@@ -33,0 +33,0 @@ args: [{

@@ -80,3 +80,3 @@ (function (global, factory) {

minVersion: "12.0.0",
version: "19.2.3",
version: "19.2.4",
ngImport: i0__namespace,

@@ -89,3 +89,3 @@ type: AudioContextModule,

minVersion: "14.0.0",
version: "19.2.3",
version: "19.2.4",
ngImport: i0__namespace,

@@ -97,3 +97,3 @@ type: AudioContextModule,

minVersion: "12.0.0",
version: "19.2.3",
version: "19.2.4",
ngImport: i0__namespace,

@@ -109,3 +109,3 @@ type: AudioContextModule,

minVersion: "12.0.0",
version: "19.2.3",
version: "19.2.4",
ngImport: i0__namespace,

@@ -112,0 +112,0 @@ type: AudioContextModule,

@@ -18,12 +18,12 @@ {

"devDependencies": {
"@angular-devkit/build-angular": "^19.2.4",
"@angular-eslint/builder": "^19.2.1",
"@angular/cli": "^19.2.4",
"@angular/common": "^19.2.3",
"@angular/compiler": "^19.2.3",
"@angular/compiler-cli": "^19.2.3",
"@angular/core": "^19.2.3",
"@angular/platform-browser": "^19.2.3",
"@angular/platform-browser-dynamic": "^19.2.3",
"@angular/router": "^19.2.3",
"@angular-devkit/build-angular": "^19.2.5",
"@angular-eslint/builder": "^19.3.0",
"@angular/cli": "^19.2.5",
"@angular/common": "^19.2.4",
"@angular/compiler": "^19.2.4",
"@angular/compiler-cli": "^19.2.4",
"@angular/core": "^19.2.4",
"@angular/platform-browser": "^19.2.4",
"@angular/platform-browser-dynamic": "^19.2.4",
"@angular/router": "^19.2.4",
"@babel/core": "7.26.10",

@@ -40,3 +40,3 @@ "@babel/plugin-external-helpers": "^7.25.9",

"eslint": "^8.57.0",
"eslint-config-holy-grail": "^60.0.28",
"eslint-config-holy-grail": "^60.0.31",
"grunt": "^1.6.1",

@@ -60,3 +60,3 @@ "grunt-cli": "^1.5.0",

"rimraf": "^6.0.1",
"rollup": "^4.36.0",
"rollup": "^4.37.0",
"rxjs": "~7.8.2",

@@ -92,8 +92,12 @@ "tsconfig-holy-grail": "^15.0.2",

"scripts": {
"lint": "npm run lint:config && npm run lint:src && npm run lint:test",
"lint:config": "eslint --config config/eslint/config.json --ext .cjs --ext .js --ext .mjs --report-unused-disable-directives config/",
"lint:src": "npx ng lint angular-audio-context",
"lint:test": "npx ng lint angular-audio-context --configuration test",
"prepare": "husky",
"prepublishOnly": "grunt build",
"test": "grunt lint && grunt test"
"test": "npm run lint && grunt test"
},
"types": "build/es2019/module.d.ts",
"version": "38.0.3"
"version": "38.0.4"
}