New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

peregrine-js

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peregrine-js

Javascript utilities for building frontend apps with Peregrine.

  • 1.0.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Peregrine JS

Peregrine JS serves as a package for common model, utilities, and interfaces that can be shared across Javascript projects.

Setting up a development environment

Dependencies

The Peregrine JS is a package written with TypeScript. There are a couple external dependencies required to run:

Javascript dependencies

Install javascript libraries that Peregrine depends on.

yarn install

Compiling changes

To compile and build the typescript, run:

yarn run build

To build whenver there are changes, run:

yarn run watch

Publishing a new version

Bump the version number

yarn version <version number

# If you just run yarn version, it will prompt you to enter a version number and tell you the current version
yarn version

Push the changes to GitHub

git push origin master

Publish the repo

yarn publish

FAQs

Package last updated on 17 Oct 2019

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