
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
nike-unofficial-api
Advanced tools

unofficial nike api
This is a promise based unofficial nikeplus api.
npm install nike-unofficial-api
the API provides the next functionalities
Get login information and tokens. The next snippet describes an example of the call:
var authenticate = require('nike-unofficial-api').authenticate
authenticate({email: <email>, password: <password>})
.then((result) => console.log(result))
.catch((result) => console.log(result))
the complete set of parameters get determined by:
{
email: params.email,
password: params.password
}
The result of the promise will be if failed the error that caused it and if success an result object similar to this:
{
access_token: <token>,
expires_in: <expiration time>,
profile_img_url: <profile image>,
token_type: <token type>
}
Get a list of your workouts. The next snippet describes an example of the call:
var workouts = require('nike-unofficial-api').workouts
var token = 'access_token'
workouts({access_token: token})
.then((result) => { console.log(result) })
.catch((result) => console.log(result))
Speed graphic by Freepik from Flaticon is licensed under CC BY 3.0. Made with Logo Maker
This is not affiliated or endorset by Nike , or any other party. This software available on the site is provided "as is" and any expressed or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the user under the pseudonym Kanekotic, or any of their contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
FAQs
nike unofficial api access
The npm package nike-unofficial-api receives a total of 4 weekly downloads. As such, nike-unofficial-api popularity was classified as not popular.
We found that nike-unofficial-api 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.