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 6.0.0 to 6.0.1

build/esm/audio-context.module.d.ts

25

build/es5/bundle.js

@@ -7,4 +7,2 @@ (function (global, factory) {

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var AudioContext$1 = new _angular_core.OpaqueToken('AUDIO_CONTEXT_CONSTRUCTOR'); // tslint:disable-line:variable-name

@@ -18,13 +16,14 @@ function audioContextConstructorFactory() {

}
var AudioContextModule = function AudioContextModule() {
_classCallCheck(this, AudioContextModule);
};
AudioContextModule.decorators = [{ type: _angular_core.NgModule, args: [{
imports: [_angular_common.CommonModule],
providers: [{ provide: AudioContext$1, useFactory: audioContextConstructorFactory }, { provide: isSupported$1, useFactory: isSupportedFactory }]
}] }];
/** @nocollapse */
AudioContextModule.ctorParameters = function () {
return [];
};
var AudioContextModule = function () {
function AudioContextModule() {}
AudioContextModule.decorators = [{ type: _angular_core.NgModule, args: [{
imports: [_angular_common.CommonModule],
providers: [{ provide: AudioContext$1, useFactory: audioContextConstructorFactory }, { provide: isSupported$1, useFactory: isSupportedFactory }]
}] }];
/** @nocollapse */
AudioContextModule.ctorParameters = function () {
return [];
};
return AudioContextModule;
}();

@@ -31,0 +30,0 @@ exports.AudioContext = AudioContext$1;

@@ -16,2 +16,3 @@ {

"@angular/cli": "1.0.0-rc.0",
"@angular/compiler": "2.4.7",
"@angular/compiler-cli": "2.4.7",

@@ -57,7 +58,7 @@ "@angular/platform-browser": "2.4.7",

"build/es5/",
"build/es2015/",
"build/esm/",
"src/"
],
"homepage": "https://github.com/chrisguttandin/angular-audio-context",
"jsnext:main": "build/es2015/module.js",
"jsnext:main": "build/esm/module.js",
"license": "MIT",

@@ -75,4 +76,4 @@ "main": "build/es5/bundle.js",

},
"types": "build/es2015/module.d.ts",
"version": "6.0.0"
"types": "build/esm/module.d.ts",
"version": "6.0.1"
}
{
"angularCompilerOptions": {
"entryModule": "audio-context.module#AudioContextModule",
"genDir": "../build/es2015",
"genDir": "../build/esm",
"skipTemplateCodegen": true,

@@ -23,5 +23,5 @@ "strictMetadataEmit": true

"noUnusedParameters": true,
"outDir": "../build/es2015",
"outDir": "../build/esm",
"sourceMap": true,
"target": "es2015",
"target": "es5",
"typeRoots": [

@@ -28,0 +28,0 @@ "../node_modules/@types"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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