![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
An npm module for working with the Instagram API.
Prior to testing, set the node env variable NODE_IG_TOKEN to the value of your Instagram oAuth token.
npm install node-ig -S
npm test
Code quality will be checked using eslint with the --fix
argument so repair easily-fixed rule-breaking code.
npm run lint
Code coverage is maintained by using the nyc command-line-client for Istanbul with Coveralls reporting.
Continuous integration provided by Travis CI.
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
Updates and discussions about this module can be found @symBrendan on Twitter.
For transparency into a common release cycle to strive toward maintaining backward compatibility, word-forward is maintained under the Semantic Versioning guidelines.
The following commands will create a new version of the module, automatically create a new tag with the same value as the version, push the tags to the remote, and, finally, push the code to the remote.
git add .
git commit -m "your commit message"
The npm publish
command will create a patch in package.json, add a new tag, push the tag, and publish the changes to npmjs.
npm publish
Brendan Conrad
This project is licensed under the terms of the MIT license.
FAQs
An npm module for interacting with the Instagram API
We found that node-ig demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.