Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
planet-client
Advanced tools
A JavaScript client for Planet's imagery API.
The planet-client
requires Node >= 0.12. Install the planet-client
package npm
(which comes with Node).
npm install planet-client
The planet-client
package provides a library for use in your application and a planet
executable for command line use. See details on both below.
The planet-client
package can be used in a Node based project or in the browser with a CommonJS module loader (like Browserify or Webpack).
The library requires a global Promise
implementation. This comes with Node >= 0.12 and modern browsers. To use planet-client
in an environment without Promise
, you can use a polyfill.
See the examples
directory for example use of the library.
The planet-client
package provides a planet
executable. This can be installed globally (npm install --global planet-client
), or if you install it locally, you can add the executable to your path (export PATH=path/to/node_modules/.bin:$PATH
).
The general syntax for the planet
executable is planet <command> [options]
. To see a list of commands, run the following:
planet --help
You can get help for a specific command by adding --help
to the command name (e.g. planet find-scenes --help
).
To take advantage of command line completion with the planet
executable, you can run the following in bash:
eval "$(planet completion)"
To enable this every time you start a new shell, you can append the output of planet completion
to your .bashrc
:
planet completion >> ~/.bashrc
The CLI will be fully documented when it is a bit more stable. For now, you can get a preview of what's available with this video:
To get set up, clone the repository and install the development dependencies:
git clone git@github.com:planetlabs/planet-client-js.git
cd planet-client-js
npm install
Run the tests to ensure any changes meet the coding style and maintain the expected functionality:
npm test
During development, you can start a file watcher that runs the linter and tests with any file changes:
npm start
Releases are published from the master branch. To cut a new minor release, do this:
npm version minor && git push --tags origin master && npm publish
The postpublish
script will update the docs.
© Planet Labs, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
FAQs
A client for Planet's imagery API
The npm package planet-client receives a total of 3 weekly downloads. As such, planet-client popularity was classified as not popular.
We found that planet-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.