Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oss-mariner

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oss-mariner - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "oss-mariner",
"version": "0.1.0",
"version": "0.1.1",
"description": "A node.js library for analyzing open source library dependencies",
"main": "dist/mariner.js",
"types": "dist/mariner.d.ts",
"main": "dist/dependency-details-retriever.js",
"types": "dist/dependency-details-retriever.d.ts",
"author": "",

@@ -8,0 +8,0 @@ "license": "Apache-2.0",

@@ -73,2 +73,9 @@ # Mariner

## Local testing of the npm packaging
You should have local copies of both the oss-mariner project and the project that will include it.
In the oss-mariner project, run ```npm link```. This will "publish" oss-mariner locally on your
computer. Then in the other project, run ```npm link oss-mariner```.
This will replace the public npm version of oss-mariner with your local copy.
## Project Maintainers

@@ -80,4 +87,6 @@

1. If you are a maintainer, you can follow these steps to publish a new version of the package:
If you are a maintainer, you can follow these steps to publish a new version of the package:
1. Be sure the version number in package.json is correct
1. Run ```npm install``` to update package-lock.json
1. Run ```npm run build``` and ```npm run lint``` to make sure there are no errors
1. Login to npm if you haven’t already: npm login

@@ -84,0 +93,0 @@ 1. Do a dry run to make sure the package looks good: npm publish --dry-run

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