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.1 to 0.1.2

4

package.json
{
"name": "@magic/types",
"version": "0.1.1",
"version": "0.1.2",
"description": "typechecking library",

@@ -36,4 +36,4 @@ "author": "Jascha Ehrenreich <jascha@jaeh.at>",

"@magic/core": "github:magic/core",
"@magic/test": "0.1.0"
"@magic/test": "0.1.1"
}
}

@@ -37,3 +37,3 @@ # @magic/types

// single function import
const { isArray } = require('@magic/types')
import { isArray } from '@magic/types'

@@ -45,3 +45,3 @@ isArray([]) // true

```javascript
const is = require('@magic/types')
import is from '@magic/types'

@@ -174,1 +174,10 @@ is.array([]) // true

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

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