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 6.0.0-dev.20190129.0 to 6.0.0-dev.20190204.0

6

package.json
{
"name": "@after-work.js/transform",
"version": "6.0.0-dev.20190129.0",
"version": "6.0.0-dev.20190204.0",
"publishConfig": {

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

"dependencies": {
"@after-work.js/utils": "^6.0.0-dev.20190129.0",
"@after-work.js/utils": "^6.0.0-dev.20190204.0",
"find-cache-dir": "2.0.0",

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

],
"gitHead": "8194e082c0db51c63f166a31f445462f7d3f2e3f"
"gitHead": "e20eb592ae8693dfe0122315517e5d3ba071570f"
}

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

createDebug,
isTestFile,
} = require('@after-work.js/utils');

@@ -21,3 +22,3 @@ const FileCache = require('./file-cache');

const virtualMock = !!argv.virtualMock;
const addCoverage = virtualMock === false;
const addCoverage = virtualMock === false && isTestFile(filename) === false;
const usePlugins = addCoverage

@@ -24,0 +25,0 @@ ? [...plugins, [babelPluginIstanbul, argv.nyc]]

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