New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

es-is

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-is - npm Package Compare versions

Comparing version 3.3.6 to 3.3.7

bundle.js.map

2

arguments.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isArguments;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isArrayLike;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isArray;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var base64Regex, isBase64;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isBool;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

3.3.6 / 2017-04-10
3.3.7 / 2017-04-10
==================

@@ -3,0 +3,0 @@ * [New] Rewrite using ES modules, new build system and project layout

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isDate;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isDecimal;

@@ -10,3 +10,3 @@

isActualNaN
} from '../utils';
} from './utils';

@@ -13,0 +13,0 @@ export default isDecimal = function(value) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isDefined;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isDivisibleBy;

@@ -10,3 +10,3 @@

isActualNaN
} from '../utils';
} from './utils';

@@ -13,0 +13,0 @@ export default isDivisibleBy = function(value, n) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isElement;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isEmptyArguments;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isEmptyArray;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isEmpty;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isEqual;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isError;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isEven;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isFalse;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isFunction;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isGe;

@@ -8,3 +8,3 @@

isActualNaN
} from '../utils';
} from './utils';

@@ -11,0 +11,0 @@ export default isGe = function(value, other) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isGt;

@@ -8,3 +8,3 @@

isActualNaN
} from '../utils';
} from './utils';

@@ -11,0 +11,0 @@ export default isGt = function(value, other) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isHash;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var hexRegex, isHex;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var NON_HOST_TYPES, isHosted;

@@ -3,0 +3,0 @@

@@ -250,4 +250,3 @@ 'use strict';

// utils.js
// Generated by CoffeeScript 1.12.4
// src/utils.coffee
var isActualNaN = function(value) {

@@ -254,0 +253,0 @@ return value !== value;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isInfinite;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isInstanceOf;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isInteger;

@@ -8,3 +8,3 @@

isActualNaN
} from '../utils';
} from './utils';

@@ -11,0 +11,0 @@ export default isInteger = function(value) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isLe;

@@ -8,3 +8,3 @@

isActualNaN
} from '../utils';
} from './utils';

@@ -11,0 +11,0 @@ export default isLe = function(value, other) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isLt;

@@ -8,3 +8,3 @@

isActualNaN
} from '../utils';
} from './utils';

@@ -11,0 +11,0 @@ export default isLt = function(value, other) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isMax;

@@ -8,3 +8,3 @@

isActualNaN
} from '../utils';
} from './utils';

@@ -11,0 +11,0 @@ export default isMax = function(value, others) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isMin;

@@ -8,3 +8,3 @@

isActualNaN
} from '../utils';
} from './utils';

@@ -11,0 +11,0 @@ export default isMin = function(value, others) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isNaN;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isNull;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isNumber;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isObject;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isOdd;

@@ -3,0 +3,0 @@

{
"name": "es-is",
"version": "3.3.6",
"version": "3.3.7",
"main": "index.js",

@@ -34,5 +34,8 @@ "module": "index.mjs",

"devDependencies": {
"coffee-script": "1.12.5",
"make-generator-function": "^1.1.0",
"safe-publish-latest": "^1.1.1",
"sake-bundle": "0.4.2",
"sake-cli": "0.3.2",
"sake-core": "1.3.7",
"sake-outdated": "0.1.18",

@@ -39,0 +42,0 @@ "sake-publish": "0.1.10",

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isPrimitive;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isPromise;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isRegExp;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isString;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isSymbol, symbolValueOf;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isTrue;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isType;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isUndefined;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
export var isActualNaN = function(value) {

@@ -3,0 +3,0 @@ return value !== value;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isValidDate;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.4
// Generated by CoffeeScript 1.12.5
var isWithin;

@@ -10,3 +10,3 @@

isActualNaN
} from '../utils';
} from './utils';

@@ -13,0 +13,0 @@ export default isWithin = function(value, start, finish) {

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 not supported yet

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 not supported yet

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 not supported yet

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