Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

es5-shim

Package Overview
Dependencies
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es5-shim - npm Package Compare versions

Comparing version 4.5.10 to 4.5.11

12

package.json
{
"name": "es5-shim",
"version": "4.5.10",
"version": "4.5.11",
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",

@@ -37,8 +37,8 @@ "homepage": "http://github.com/es-shims/es5-shim/",

"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"eslint": "^4.13.1",
"jasmine-node": "^1.14.5",
"@ljharb/eslint-config": "^13.0.0",
"eslint": "^5.4.0",
"jasmine-node": "~1.13",
"jscs": "^3.0.7",
"replace": "^0.3.0",
"semver": "^5.4.1",
"replace": "^1.0.0",
"semver": "^5.5.1",
"uglify-js": "2.7.3"

@@ -45,0 +45,0 @@ },

@@ -143,3 +143,3 @@ /* global describe, it, xit, expect, beforeEach, jasmine, window */

var windowItemKeys, exception;
var excludedKeys = ['window', 'console', 'parent', 'self', 'frame', 'frames', 'frameElement', 'external', 'height', 'width', 'top', 'localStorage'];
var excludedKeys = ['window', 'console', 'parent', 'self', 'frame', 'frames', 'frameElement', 'external', 'height', 'width', 'top', 'localStorage', 'applicationCache'];
if (supportsDescriptors) {

@@ -146,0 +146,0 @@ Object.defineProperty(window, 'thrower', {

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 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