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

@magic/types

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magic/types - npm Package Compare versions

Comparing version 0.1.22 to 0.1.23

10

package.json
{
"name": "@magic/types",
"version": "0.1.22",
"version": "0.1.23",
"author": "Wizards & Witches",

@@ -39,8 +39,8 @@ "homepage": "https://github.com/magic/types",

"@magic-modules/light-switch": "0.0.11",
"@magic-modules/no-spy": "0.0.7",
"@magic-modules/no-spy": "0.0.8",
"@magic-modules/pre": "0.0.11",
"@magic-themes/docs": "0.0.14",
"@magic/core": "0.0.141",
"@magic/format": "0.0.40",
"@magic/test": "0.2.11"
"@magic/core": "0.0.149",
"@magic/format": "0.0.50",
"@magic/test": "0.2.15"
},

@@ -47,0 +47,0 @@ "keywords": [

@@ -26,2 +26,3 @@ # @magic/types

##### install
```javascript

@@ -32,2 +33,3 @@ npm install @magic/types

##### import single function
```js

@@ -41,2 +43,3 @@ // single function import

##### import all functions
```javascript

@@ -49,2 +52,3 @@ import is from '@magic/types'

##### functions
```javascript

@@ -215,21 +219,26 @@

#### Changelog
##### 0.0.5
added Map, WeakMap, Set and WeakSet
##### 0.1.0
use es6 modules
##### 0.1.1
FIX: add module field to package.json
##### 0.1.2
FIX: is.number no longer errors on node es6 modules and other weird objects
##### 0.1.3
use @magic/deep for is.deep.equal and is.deep.different
##### 0.1.4
is.deep uses @magic/deep now.

@@ -241,66 +250,91 @@

##### 0.1.5
minimum node version is 13.5.0
##### 0.1.6
remove @magic/deep dependency
##### 0.1.7
fix erroneous '@magic/types' import in src/deep/equal.mjs
##### 0.1.8
add
* is.every
* is.some
* is.none
- is.every
- is.some
- is.none
##### 0.1.9
add is.instanceOf
##### 0.1.10
add isCase, isUpperCase, isLowerCase
##### 0.1.11
add isObjectNative
##### 0.1.12
bump required node version to 14.2.0
##### 0.1.13
* add isAsyncFunction
* add isGeneratorFunction
- add isAsyncFunction
- add isGeneratorFunction
##### 0.1.14
* bump required node version to 14.15.4
* update dependencies
- bump required node version to 14.15.4
- update dependencies
##### 0.1.15
deep.equal now does return true for objects that have undefined property values
##### 0.1.16
* remove circular dependencies
- remove circular dependencies
##### 0.1.17
* add isSameType, isSame, same, sameType
* update dev dependencies
- add isSameType, isSame, same, sameType
- update dev dependencies
##### 0.1.18
* add isModule and isOwnProperty
* update dependencies
- add isModule and isOwnProperty
- update dependencies
##### 0.1.19
update dependencies
##### 0.1.20
update dependencies
##### 0.1.21
* isBuffer uses Buffer.isBuffer.
* update dependencies
* getLength does not use .length or .size property for unknown types. instead we test for is.array, is.string, is.map etc.
- isBuffer uses Buffer.isBuffer.
- update dependencies
- getLength does not use .length or .size property for unknown types. instead we test for is.array, is.string, is.map etc.
##### 0.1.22
* update getLength to correctly return the length of buffers (regressed in 0.1.21).
* add a test case for buffer length
##### 0.1.23 - unreleased
- update getLength to correctly return the length of buffers (regressed in 0.1.21).
- add a test case for buffer length
##### 0.1.23
- update dev dependencies
- update docs
##### 0.1.24 - unreleased
...
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