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
31
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-7 to 0.0.1-exp-8

3

build/lib/postInstall.js

@@ -12,4 +12,3 @@ "use strict";

(0, _child_process.execSync)(pluginCommand, {
cwd: pathToInstall,
stdio: 'inherit'
cwd: pathToInstall
});

@@ -16,0 +15,0 @@ } catch (err) {

{
"name": "@zohodesk/codestandard-analytics",
"version": "0.0.1-exp-7",
"version": "0.0.1-exp-8",
"description": "linting tool",
"main": "./build/index.js",
"dependencies": {
"@babel/runtime": "7.25.4",
"@zohodesk/codestandard-validator": "0.0.2",

@@ -12,8 +11,7 @@ "eslint": "8.57.0"

"devDependencies": {
"@babel/core": "7.24.3",
"@babel/core": "^7.24.3",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "7.24.3",
"@zohodesk/eslint-plugin-zsecurity": "0.0.1-beta.4",
"@babel/preset-env": "^7.24.3",
"chalk": "4.1.0",
"commander": "12.1.0",
"commander": "^12.1.0",
"prettier": "3.2.5"

@@ -23,4 +21,3 @@ },

"build": "babel -d ./build ./src --copy-files",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node bin/postinstall.js"
"test": "echo \"Error: no test specified\" && exit 1"
},

@@ -27,0 +24,0 @@ "repository": {

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