Socket
Socket
Sign inDemoInstall

@arc-fusion/prop-types

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arc-fusion/prop-types - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

12

custom-types/content-config.js

@@ -21,9 +21,11 @@ 'use strict'

const args = !(options instanceof Object)
? { schemas: [options].concat(...moreSchemas) }
: (options instanceof Array)
? { schemas: options.concat(...moreSchemas) }
: options
const args = (!options)
? {}
: !(options instanceof Object)
? { schemas: [options].concat(...moreSchemas) }
: (options instanceof Array)
? { schemas: options.concat(...moreSchemas) }
: options
return taggablePrimitive(instance, 'contentConfig', args)
}
{
"name": "@arc-fusion/prop-types",
"version": "0.1.3",
"version": "0.1.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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