
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
sphere-stock-import
Advanced tools
Import stock information into commercetools' inventory from CSV or XML, with SFTP support!
This module allows to import stock information from CSV and XML files, with SFTP support.
Make sure to check out the new
sphere-node-cli
for performant imports using JSON.
$ npm install -g sphere-stock-import
# output help screen
$ stock-import
By default you need to specify the path to a local file in order to read the import information, via the --file
option.
When using SFTP, you should not use the --file
option, instead you need to provide at least the required --sftp*
options:
--sftpCredentials
(or --sftpHost
, --sftpUsername
, --sftpPassword
)--sftpSource
--sftpTarget
A simple example:
sku,quantityOnStock,restockableInDays,supplyChannel,expectedDelivery
foo,9,3,channel-key,2016-10-27T14:36:04.487Z
bar,-1,3,channel-key,2016-10-27T14:36:04.487Z
SKU-123,42,3,other-channel,2016-10-27T14:36:04.487Z
sku,quantityOnStock,customType,customField.foo,customField.bar
123,77,my-type,12,nac
abc,-3,my-type,5,ho
Please note: We do not support the localized set type.
<?xml version="1.0" encoding="UTF-8"?>
<root>
<row>
<code>foo</code>
<quantityOnStock>7</quantityOnStock>
</row>
<row>
<code>bar</code>
<quantityOnStock>1</quantityOnStock>
</row>
</root>
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt. More info here
Releasing a new version is completely automated using the Grunt task grunt release
.
grunt release // patch release
grunt release:minor // minor release
grunt release:major // major release
Copyright (c) 2014 SPHERE.IO Licensed under the MIT license.
FAQs
Import stock information into commercetools' inventory from CSV or XML, with SFTP support!
The npm package sphere-stock-import receives a total of 61 weekly downloads. As such, sphere-stock-import popularity was classified as not popular.
We found that sphere-stock-import demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.