Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

@timeedit/activitymanager

TE Activity Manager Library

  • 0.11.43
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
10
Weekly downloads
 
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

  • 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