Socket
Socket
Sign inDemoInstall

es5-ext

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es5-ext - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

4

lib/String/indent.js
'use strict';
var f = require('../Function/functionalize')
, global = require('../global')
, repeat = require('./repeat').call;
module.exports = f(function () {
var token = this || '\t';
var token = (this && (this !== global)) ? this : '\t';
return f(function (nest, nostart) {

@@ -10,0 +10,0 @@ var ltoken;

{
"name": "es5-ext",
"version": "0.6.1",
"version": "0.6.2",
"description": "ECMAScript5 extensions",

@@ -5,0 +5,0 @@ "keywords": ["ecmascript", "ecmascript5", "es5", "extensions", "addons", "extras", "javascript"],

Sorry, the diff of this file is not supported yet

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