Socket
Book a DemoInstallSign in
Socket

@timeedit/activitymanager

Package Overview
Dependencies
Maintainers
10
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@timeedit/activitymanager

TE Activity Manager Library

0.11.44
unpublished
latest
Source
npmnpm
Version published
Maintainers
10
Created
Source

te-prefs-lib

TE Prefs Library

NPM JavaScript Style Guide

Build to GCP storage bucket

3 branches trigger different environment builds production -> triggers production build test -> triggers test (staging) build beta -> triggers beta build

Running:

git add .
git commit -m "commit message"
git push origin remoteBranch

will initiate a CircleCI job, and push the new artifacts to the GCP storage bucket.

After the build has finished, the minified builds will be available at:

https://storage.googleapis.com/te-prefs-lib/te-prefs-lib@${environment}.js / css

Build to NPM

Run

yarn build
npm publish

to build and upload to the private TimeEdit NPM repository

Use from CDN

Use script and link tags to include the files in the project

Javascript file: https://storage.googleapis.com/te-prefs-lib/te-prefs-lib@${environment}.js (or .es.js)
CSS file: https://storage.googleapis.com/te-prefs-lib/te-prefs-lib@${environment}.css

Use as NPM library

Install

npm install --save te-prefs-lib

Usage

import React, { Component } from 'react';

import TEPrefsLib from 'te-prefs-lib';

class Example extends Component {
  render() {
    return <TEPrefsLib coreAPI={teCoreAPIObj} env='desiredEnvironment' />;
  }
}

License

ICT © TimeEdit

FAQs

Package last updated on 26 Aug 2021

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.