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

batteries-included

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batteries-included - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

batteries-included.js

@@ -104,2 +104,9 @@ // batteries-included.js

// Array.prototype.forEach for ie8
if (!Array.prototype.hasOwnProperty('map'))
Array.prototype.forEach = function forEach(fn, ctx) {
for (var i = 0, n = this.length; i < n; ++i)
fn.call(ctx, this[i], i, this);
};
// Array.prototype.map for ie8

@@ -106,0 +113,0 @@ if (!Array.prototype.hasOwnProperty('map'))

2

package.json
{
"name": "batteries-included",
"version": "0.0.1",
"version": "0.0.2",
"description": "batteries included",

@@ -5,0 +5,0 @@ "main": "batteries-included.js",

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