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.2.0 to 4.2.1

2

es5-shim.js

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

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

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

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

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

@@ -231,2 +231,6 @@ /* global describe, it, expect */

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

@@ -233,0 +237,0 @@

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