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

angular-audio-context

Package Overview
Dependencies
Maintainers
1
Versions
462
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-audio-context - npm Package Compare versions

Comparing version 30.0.9 to 30.0.10

29

build/es5/bundle.js

@@ -9,4 +9,25 @@ (function (global, factory) {

function _interopNamespace(e) {
if (e && e.__esModule) return e;
var n = Object.create(null);
if (e) {
Object.keys(e).forEach(function (k) {
if (k !== 'default') {
var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () {
return e[k];
}
});
}
});
}
n['default'] = e;
return Object.freeze(n);
}
var _classCallCheck__default = /*#__PURE__*/_interopDefaultLegacy(_classCallCheck);
var _createClass__default = /*#__PURE__*/_interopDefaultLegacy(_createClass);
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
var _inherits__default = /*#__PURE__*/_interopDefaultLegacy(_inherits);

@@ -82,6 +103,6 @@ var _possibleConstructorReturn__default = /*#__PURE__*/_interopDefaultLegacy(_possibleConstructorReturn);

AudioContextModule.ɵmod = i0.ɵɵdefineNgModule({
AudioContextModule.ɵmod = i0__namespace.ɵɵdefineNgModule({
type: AudioContextModule
});
AudioContextModule.ɵinj = i0.ɵɵdefineInjector({
AudioContextModule.ɵinj = i0__namespace.ɵɵdefineInjector({
providers: [{

@@ -95,3 +116,3 @@ provide: isSupported,

(function () {
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AudioContextModule, {
(typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(AudioContextModule, {
imports: [common.CommonModule]

@@ -102,3 +123,3 @@ });

(function () {
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AudioContextModule, [{
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AudioContextModule, [{
type: i0.NgModule,

@@ -105,0 +126,0 @@ args: [{

36

package.json

@@ -13,3 +13,3 @@ {

"@babel/runtime": "^7.13.10",
"standardized-audio-context": "^25.1.11",
"standardized-audio-context": "^25.1.12",
"tslib": "^2.1.0"

@@ -19,12 +19,12 @@ },

"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.4",
"@angular/cli": "~11.2.4",
"@angular/common": "~11.2.5",
"@angular/compiler": "~11.2.5",
"@angular/compiler-cli": "~11.2.5",
"@angular/core": "~11.2.5",
"@angular/language-service": "~11.2.5",
"@angular/platform-browser": "~11.2.5",
"@angular/platform-browser-dynamic": "~11.2.5",
"@angular/router": "~11.2.5",
"@angular-devkit/build-angular": "~0.1102.5",
"@angular/cli": "~11.2.5",
"@angular/common": "~11.2.6",
"@angular/compiler": "~11.2.6",
"@angular/compiler-cli": "~11.2.6",
"@angular/core": "~11.2.6",
"@angular/language-service": "~11.2.6",
"@angular/platform-browser": "~11.2.6",
"@angular/platform-browser-dynamic": "~11.2.6",
"@angular/router": "~11.2.6",
"@babel/core": "^7.13.10",

@@ -37,7 +37,7 @@ "@babel/plugin-external-helpers": "^7.12.13",

"@rollup/plugin-babel": "^5.3.0",
"@types/jasmine": "~3.6.6",
"@types/node": "^12.20.5",
"@types/jasmine": "~3.6.7",
"@types/node": "^12.20.6",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.21.0",
"eslint": "^7.22.0",
"eslint-config-holy-grail": "^49.0.2",

@@ -63,7 +63,7 @@ "grunt": "^1.3.0",

"pretty-quick": "^3.1.0",
"rollup": "^2.41.1",
"rollup": "^2.42.0",
"rxjs": "~6.6.6",
"tsconfig-holy-grail": "^11.0.47",
"tsconfig-holy-grail": "^11.0.48",
"tslint": "~6.1.3",
"tslint-config-holy-grail": "^53.2.8",
"tslint-config-holy-grail": "^53.2.9",
"typescript": "~4.1.5",

@@ -107,3 +107,3 @@ "zone.js": "~0.11.4"

"types": "build/es2019/module.d.ts",
"version": "30.0.9"
"version": "30.0.10"
}
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