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

@rcsb/rcsb-pecos-app

Package Overview
Dependencies
Maintainers
5
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rcsb/rcsb-pecos-app

RCSB 3D Structure Alignment Application

  • 2.3.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-84.09%
Maintainers
5
Weekly downloads
 
Created
Source

License

RCSB 3D Structure Alignment Application

Development

Editor

To get syntax highlighting for graphql files, add the following to Visual Code's settings

"files.associations": {
    "*.gql.ts": "graphql"
}

Building & Running

Build:
npm install
npm run build
Build automatically on file save:
npm run watch-app

Testing

  • npm install
  • npm run dev-server
  • Go to http://localhost:9000/

Publish

Prerelease

npm version prerelease # assumes the current version ends with '-dev.X'
npm publish --tag next

Release

npm version 0.X.0 # provide valid semver string
npm publish

Code generation

Find detailed instructions in: ./src/auto/README.md

FAQs

Package last updated on 05 Jun 2024

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