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

jest-serializer-path

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-serializer-path - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

lib/index.js

@@ -5,3 +5,3 @@ 'use strict'

const dirname = __dirname.substring(0, __dirname.indexOf('/node_modules/') + 1)
const dirname = __dirname.substring(0, __dirname.indexOf('/node_modules/'))

@@ -14,3 +14,3 @@ module.exports = {

// eslint-disable-next-line
val = val.replace(dirname, '<PROJECT_ROOT>/')
val = val.split(dirname).join('<PROJECT_ROOT>')

@@ -25,3 +25,3 @@ }

// eslint-disable-next-line
val[key] = val[key].replace(dirname, '<PROJECT_ROOT>/')
val[key] = val[key].split(dirname).join('<PROJECT_ROOT>')

@@ -28,0 +28,0 @@ }

{
"name": "jest-serializer-path",
"version": "0.1.3",
"version": "0.1.4",
"description": "",

@@ -5,0 +5,0 @@ "author": "tribou",

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