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

@after-work.js/transform

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@after-work.js/transform - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

6

package.json
{
"name": "@after-work.js/transform",
"version": "5.0.1",
"version": "5.0.2",
"publishConfig": {

@@ -23,3 +23,3 @@ "access": "public"

"dependencies": {
"@after-work.js/utils": "5.0.0",
"@after-work.js/utils": "5.0.2",
"find-cache-dir": "2.0.0",

@@ -31,3 +31,3 @@ "import-cwd": "2.1.0"

],
"gitHead": "c1b3746e41a00cc045cf9e0cdf31e38bd5fba147"
"gitHead": "ad8688887cb81405caafd3dead2af8307bfc78d4"
}

@@ -10,3 +10,5 @@ /* eslint global-require: 0, import/no-dynamic-require: 0, object-curly-newline: 0, class-methods-use-this: 0, max-len: 0 */

const { options: { sourceRoot, only, ignore } = {}, babelPluginIstanbul } = argv.babel;
const addCoverage = argv.instrument.testExclude.shouldInstrument(filename);
const virtualMock = !!argv.virtualMock;
const addCoverage = argv.instrument.testExclude.shouldInstrument(filename) && virtualMock === false;
const plugins = addCoverage

@@ -13,0 +15,0 @@ ? [[babelPluginIstanbul, {}]]

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