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

yaml-jest

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-jest - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

dist/index.js
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _crypto = require('crypto');

@@ -21,3 +17,2 @@

var process = function process(sourceText, sourcePath, config, options) {

@@ -33,2 +28,2 @@ var result = _jsYaml2.default.safeLoad(sourceText);

exports.default = transformer;
module.exports = transformer;

2

package.json
{
"name": "yaml-jest",
"version": "1.0.2",
"version": "1.0.3",
"description": "A YAML transform for jest",

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

// @flow
import type {Config, Path, TransformOptions, Transformer} from './jest-types';
import crypto from 'crypto';
import yaml from 'js-yaml';
import type {Config, Path, TransformOptions, Transformer} from './jest-types';

@@ -33,2 +33,2 @@ const getCacheKey = (

export default transformer;
module.exports = transformer;
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