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

@tapjs/snapshot

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/snapshot - npm Package Compare versions

Comparing version 0.0.0-18 to 0.0.0-19

9

dist/cjs/index.js

@@ -172,2 +172,11 @@ "use strict";

}
// \r\n line endings are annoying with git and other systems that
// will "helpfully" make them into \n instead. Plus, when loaded
// as JavaScript, they're just turned into \n anyway.
if (found.includes('\r\n')) {
found = defaultFormatSnapshot({
...this.compareOptions,
bufferChunkSize: 16,
})(Buffer.from(found));
}
if (this.writeSnapshot) {

@@ -174,0 +183,0 @@ this.#snapshot.snap(found, m);

@@ -168,2 +168,11 @@ import { argv, cwd, env, mainScript, normalizeMessageExtra, } from '@tapjs/core';

}
// \r\n line endings are annoying with git and other systems that
// will "helpfully" make them into \n instead. Plus, when loaded
// as JavaScript, they're just turned into \n anyway.
if (found.includes('\r\n')) {
found = defaultFormatSnapshot({
...this.compareOptions,
bufferChunkSize: 16,
})(Buffer.from(found));
}
if (this.writeSnapshot) {

@@ -170,0 +179,0 @@ this.#snapshot.snap(found, m);

7

package.json
{
"name": "@tapjs/snapshot",
"version": "0.0.0-18",
"version": "0.0.0-19",
"description": "",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
"keywords": [
"tapjs plugin"
],
"exports": {

@@ -40,3 +43,3 @@ "./package.json": {

"peerDependencies": {
"@tapjs/core": "0.0.0-18"
"@tapjs/core": "0.0.0-19"
},

@@ -43,0 +46,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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