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

arc-is

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-is - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

__tests__/native.js

1

index.js

@@ -13,2 +13,3 @@ //Table taken from: http://www.ecma-international.org/ecma-262/6.0/ section 18.3

'[object Function]':'Function',
'[object AsyncFunction]': 'AsyncFunction',
'[object Int8Array]':'Int8Array',

@@ -15,0 +16,0 @@ '[object Int16Array]':'Int16Array',

7

package.json
{
"name": "arc-is",
"version": "1.0.5",
"version": "1.0.6",
"description": "Simple is() function for typechecking",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
"test": "jest --coverage",
"test:watch": "jest --watchAll"
},

@@ -23,5 +24,5 @@ "repository": {

"devDependencies": {
"tap": "^5.7.1"
"jest": "^26.4.1"
},
"dependencies": {}
}
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