Socket
Socket
Sign inDemoInstall

@awdware/gah-ie11-plugin

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awdware/gah-ie11-plugin - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

lib/ie11-plugin.js

@@ -151,3 +151,3 @@ "use strict";

var pkgJsonPath = _this.fileSystemService.join(event.module.basePath, 'package.json');
var pkgJson = _this.fileSystemService.parseFile(pkgJsonPath);
var pkgJson = event.module.packageJson;
var allPackagesWithVersions = Object.keys(ie11_polyfills_1.ie11polyfillPackages).map(function (pkgName) { return { name: pkgName, version: ie11_polyfills_1.ie11polyfillPackages[pkgName] }; });

@@ -154,0 +154,0 @@ if (_this.cfg && _this.cfg.polyfillPackages) {

{
"name": "@awdware/gah-ie11-plugin",
"version": "0.1.4",
"version": "0.1.5",
"description": "Enables IE11 support for gah",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is not supported yet

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