Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.2 to 3.3.0

lib/es-is.js

3

LICENSE.md
(The MIT License)
Copyright (c) 2013 Enrico Marino
Copyright (c) 2013 Enrico Marino
Copyright (c) 2014 Enrico Marino and Jordan Harband
Copyright (c) 2017 Zach Kelling

@@ -6,0 +7,0 @@ Permission is hereby granted, free of charge, to any person obtaining

{
"name": "es-is",
"version": "3.2.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"js:next": "dist/index.mjs",
"version": "3.3.0",
"main": "lib/es-is.js",
"module": "lib/es-is.mjs",
"js:next": "lib/es-is.mjs",
"files": [
"LICENSE.md",
"README.md",
"dist/"
"lib/",
"src/"
],
"scripts": {
"prepublish": "cake build",
"prepublishOnly": "cake build",
"test": "cake test"
},
"author": {
"name": "Enrico Marino",
"url": "http://onirame.com"
},
"description": "the definitive JavaScript type testing library",
"author": "Zach Kelling <z@zeekay.io>",
"description": "ES-module friendly fork of the definitive JavaScript type testing library",
"homepage": "https://github.com/zeekay/es-is",

@@ -32,22 +28,12 @@ "license": "MIT",

],
"contributors": [
{
"name": "Jordan Harband",
"url": "https://github.com/ljharb"
},
{
"name": "Zach Kelling",
"url": "https://github.com/zeekay"
}
],
"dependencies": {},
"devDependencies": {
"cake-bundle": "0.1.8",
"cake-outdated": "0.1.9",
"cake-publish": "0.1.5",
"cake-bundle": "0.2.21",
"cake-outdated": "0.1.18",
"cake-publish": "0.1.10",
"cake-test": "0.1.0",
"cake-version": "0.1.9",
"cake-version": "0.1.15",
"make-generator-function": "^1.1.0",
"safe-publish-latest": "^1.1.1",
"shortcake": "1.2.5",
"shortcake": "1.2.8",
"tape": "^4.6.3"

@@ -54,0 +40,0 @@ },

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

# is <sup>[![Version Badge][npm-version-svg]][npm-url]</sup>
# es-is <sup>[![Version Badge][npm-version-svg]][npm-url]</sup>

@@ -13,3 +13,3 @@ [![Build Status][travis-svg]][travis-url]

The definitive JavaScript type testing library
ES Module friendly fork of the definitive [JavaScript type testing library][is].

@@ -28,3 +28,3 @@ To be or not to be? This is the library!

```shell
$ component install enricomarino/is
$ component install zeekay/is
```

@@ -128,16 +128,17 @@

[npm-url]: https://npmjs.org/package/is
[npm-version-svg]: http://versionbadg.es/enricomarino/is.svg
[travis-svg]: https://travis-ci.org/enricomarino/is.svg
[travis-url]: https://travis-ci.org/enricomarino/is
[deps-svg]: https://david-dm.org/enricomarino/is.svg
[deps-url]: https://david-dm.org/enricomarino/is
[dev-deps-svg]: https://david-dm.org/enricomarino/is/dev-status.svg
[dev-deps-url]: https://david-dm.org/enricomarino/is#info=devDependencies
[testling-png]: https://ci.testling.com/enricomarino/is.png
[testling-url]: https://ci.testling.com/enricomarino/is
[npm-badge-png]: https://nodei.co/npm/is.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/is.svg
[is]: https://github.com/enricomarino/is
[npm-url]: https://npmjs.org/package/es-is
[npm-version-svg]: http://versionbadg.es/zeekay/es-is.svg
[travis-svg]: https://travis-ci.org/zeekay/es-is.svg
[travis-url]: https://travis-ci.org/zeekay/es-is
[deps-svg]: https://david-dm.org/zeekay/es-is.svg
[deps-url]: https://david-dm.org/zeekay/es-is
[dev-deps-svg]: https://david-dm.org/zeekay/es-is/dev-status.svg
[dev-deps-url]: https://david-dm.org/zeekay/es-is#info=devDependencies
[testling-png]: https://ci.testling.com/zeekay/es-is.png
[testling-url]: https://ci.testling.com/zeekay/es-is
[npm-badge-png]: https://nodei.co/npm/es-is.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/es-is.svg
[license-url]: LICENSE.md
[downloads-image]: http://img.shields.io/npm/dm/is.svg
[downloads-url]: http://npm-stat.com/charts.html?package=is
[downloads-image]: http://img.shields.io/npm/dm/es-is.svg
[downloads-url]: http://npm-stat.com/charts.html?package=es-is
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