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

@zohodesk/codestandard-analytics

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zohodesk/codestandard-analytics - npm Package Compare versions

Comparing version 0.0.1-exp-4 to 0.0.1-exp-5

build/lib/postInstall.js

16

bin/postInstall.js

@@ -1,11 +0,7 @@

const { execSync } = require('child_process');
const { Logger } = require('../build/utils/logger');
#!/usr/bin/env node
(function(){
const pluginCommand= "npx ZDPrecommit setupPlugins"
try{
execSync(pluginCommand,{ cwd: process.cwd(), stdio: 'inherit' })
} catch(err){
Logger.log(Logger.FAILURE_TYPE,`encountered issue while installing plugins`)
}
})()
/**
* @fileoverview This script is a Node.js executable that imports and runs the module `post call` from the `../build/lib/` directory.
*/
require("../build/lib/postInstall");
{
"name": "@zohodesk/codestandard-analytics",
"version": "0.0.1-exp-4",
"version": "0.0.1-exp-5",
"description": "linting tool",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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