New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.20190217.0 to 6.0.0-dev.20190226.0

6

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

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

"dependencies": {
"@after-work.js/utils": "6.0.0-dev.20190217.0",
"@after-work.js/utils": "6.0.0-dev.20190226.0",
"find-cache-dir": "2.0.0",

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

],
"gitHead": "fa6c5a05c5b10a9ae5d81b31f3f797170831bd7b"
"gitHead": "3a1138fc9f112a9acd5fd77b1deea4eb2d251bad"
}

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

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

@@ -24,0 +24,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