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.5 to 3.3.6

LICENSE

7

CHANGELOG.md

@@ -0,1 +1,8 @@

3.3.6 / 2017-04-10
==================
* [New] Rewrite using ES modules, new build system and project layout
* [New] Add isPromise
* [Deps] Update all dependencies
* [Docs] Update README
3.2.1 / 2017-02-27

@@ -2,0 +9,0 @@ ==================

2

package.json
{
"name": "es-is",
"version": "3.3.5",
"version": "3.3.6",
"main": "index.js",

@@ -5,0 +5,0 @@ "module": "index.mjs",

@@ -17,8 +17,2 @@ # es-is <sup>[![Version Badge][npm-version-svg]][npm-url]</sup>

### Note about importing modules
Due to limitations with bundlers, rather than `import {isFunction} from 'es-is'`
it's recommended that you import from module directly: `import isFunction from
'es-is/function`. Hopefully as tree-shaking becomes more sophisticated, this
will become unnecessary.
## Installation

@@ -29,9 +23,10 @@

```shell
$ npm install is
$ npm install es-is --save
```
As a component
```shell
$ component install zeekay/is
```
## Importing and usage with bundlers
Due to limitations with bundlers, rather than `import {isFunction} from 'es-is'`
it's recommended that you import from module directly: `import isFunction from
'es-is/function`. Hopefully as tree-shaking becomes more sophisticated, this
will become unnecessary.

@@ -130,6 +125,5 @@ ## API

## Contributors
## License
[MIT][license-url]
- [Jordan Harband](https://github.com/ljharb)
[is]: https://github.com/enricomarino/is

@@ -148,4 +142,4 @@ [npm-url]: https://npmjs.org/package/es-is

[license-image]: http://img.shields.io/npm/l/es-is.svg
[license-url]: LICENSE.md
[license-url]: LICENSE
[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