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

babel-test

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-test - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "babel-test",
"version": "0.1.0",
"version": "0.1.1",
"description": "An opinionated library to make testing Babel plugins easier",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,1 +0,1 @@

const oof = rab => rab;
const oof = rab => rab;

@@ -1,1 +0,1 @@

var eltit = 'hello world';
var eltit = 'hello world';

@@ -121,3 +121,3 @@ /* eslint-disable jest/no-disabled-tests, jest/no-focused-tests */

filename: output,
content: code,
content: code + '\n',
stack,

@@ -131,6 +131,7 @@ }),

// This makes sure that the stacktraces are same across machines
content: stripAnsi(e.stack).replace(
new RegExp(escapeRegexp(process.cwd()), 'g'),
'<cwd>'
),
content:
stripAnsi(e.stack).replace(
new RegExp(escapeRegexp(process.cwd()), 'g'),
'<cwd>'
) + '\n',
stack,

@@ -137,0 +138,0 @@ })

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