Socket
Socket
Sign inDemoInstall

tap-yaml

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-yaml - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

lib/types/null-object.js

1

lib/types/domain.js

@@ -27,2 +27,3 @@ const YAMLMap = require('yaml/dist/schema/Map').default

identify: value => value && typeof value === 'object' &&
value.constructor &&
value.constructor.name === 'Domain'

@@ -29,0 +30,0 @@ ? value instanceof (require('domain').Domain)

@@ -9,2 +9,3 @@ module.exports = [

require('./domain.js'),
require('./null-object.js'),
require('yaml/types/omap'),

@@ -11,0 +12,0 @@ require('yaml/types/set'),

2

package.json
{
"name": "tap-yaml",
"version": "0.3.0",
"version": "0.4.0",
"description": "Yaml handling for TAP parsers and generators",

@@ -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