Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@skedulo/pulse-data-gen-utils

Package Overview
Dependencies
Maintainers
37
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skedulo/pulse-data-gen-utils

Skedulo Pulse platform data generation utilities

latest
npmnpm
Version
0.0.8
Version published
Maintainers
37
Created
Source

Pulse Data Generation Utils

This npm package provides essential utilities for data generation on the Skedulo Pulse platform.

Installation

Private access

To install this package, run the following command in your terminal:

npm install @skedulo/pulse-data-gen-utils --save

or if you are using Yarn:

yarn add @skedulo/packaging-utils

Public access

This is not a public package so it can't be access from a function. In order to use it in a function, we can

  • pack the
$ npm pack --pack-destination <target-project-libs-dir>
  • Configure the dependency to this file, for example
"dependencies": {
    "@skedulo/pulse-data-gen-utils": "file:./libs/skedulo-pulse-data-gen-utils-0.0.6.tgz"
}

Development

  • Dependency Installation: yarn
  • Build the package: yarn build
  • Release package for local version to NPM: yarn release-package ${versionNumber}

FAQs

Package last updated on 19 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts