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.12 to 0.1.13

12

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

@@ -36,10 +36,10 @@ "homepage": "https://github.com/magic/types",

"devDependencies": {
"@magic-modules/gdpr": "0.0.16",
"@magic-modules/git-badges": "0.0.10",
"@magic-modules/light-switch": "0.0.5",
"@magic-modules/light-switch": "0.0.6",
"@magic-modules/no-spy": "0.0.1",
"@magic-modules/pre": "0.0.8",
"@magic-themes/docs": "0.0.7",
"@magic/core": "0.0.72",
"@magic/format": "0.0.10",
"@magic/test": "0.1.47"
"@magic/core": "0.0.84",
"@magic/format": "0.0.11",
"@magic/test": "0.1.51"
},

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

@@ -72,2 +72,8 @@ # @magic/types

isAsyncFunction(async () => {}) // true
// alias isAsyncFunc, isAsyncFn, is.asyncFunction, is.asyncFunc, is.asyncFn
isGeneratorFunction(* () => {}) // true
// alias isGeneratorFunc, isGeneratorFunc, is.generatorFunction, is.generatorFunc, is.generatorFn
isNumber(1) // true

@@ -238,6 +244,10 @@ // alias isNum, is.number, is.num

##### 0.1.12
##### 0.1.12
bump required node version to 14.2.0
##### 0.0.13 - unreleased
##### 0.1.13
* add isAsyncFunction
* add isGeneratorFunction
##### 0.1.14 - unreleased
...

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