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.1.15 to 4.1.16

2

es5-shim.js

@@ -1515,3 +1515,3 @@ /*!

}
return output.length > splitLimit ? strSlice(output, 0, splitLimit) : output;
return output.length > splitLimit ? arraySlice(output, 0, splitLimit) : output;
};

@@ -1518,0 +1518,0 @@ }());

{
"name": "es5-shim",
"version": "4.1.15",
"version": "4.1.16",
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",

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

@@ -231,3 +231,7 @@ /* global describe, it, expect */

});
it('works with the second argument', function () {
expect('a b'.split(/ /, 1)).toEqual(['a']);
});
});
});

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