
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
jigsass-tools-strings
Advanced tools
String manipulation helper functions
Using npm:
npm i -S jigsass-tools-strings
@import 'path/to/jigsass-tools-strings';
Documentation of jigsass-tools-strings
functionality is available at
https:txhawks.github.io/jigsass-tools
Documentation of JigSass Strings's features is generated by SassDoc.
Run gulp serve:sassdoc
to fire up a live server serving the documentation.
To generate documentation from annotation in the source code, run gulp sass:doc
.
It is a best practice for JigSass modules to not automatically generate css on @import
, but
rather have to user explicitly enable the generation of specific styles from the module.
Contributions in the form of pull-requests, issues, bug reports, etc. are welcome. Please feel free to fork, hack or modify JigSass Tools Strings in any way you see fit.
Good documentation is crucial for scalability and maintainability. When submitting code
jigsass-tools-strings
please do make sure that all of its Sass functionality (functions, mixins,
variables and placeholder selectors) are fully documented.
As mentioned above, the Sass is documented using SassDoc (Documention).
gulp lint
will, well, lint the contents scss files in the scss
directory.
gulp test
with run module's test using Mocha and Sassaby.
gulp tdd
will watch both the Sass files and the test specs for changes, and will
run tests automatically upon them.
JigSass Tools Strings tests are written using Sassaby
and Mocha. Spec files are located in the test
directory.
Mocha allows us to place a call to before()
in the root of any test file and it
will be run once, before all the other tests in every test_*.js
file.
We can also require()
files and assign them to the global object to make them
available to all test_*.js
files.
jigsass-tools-strings uses a file called helper.js
can be used to set up mocha
globals requires and before()
.
In addition to Sassaby's testing functions, jigsass-tools-strings makes a few Sass functions available to the test suite, for use inside Sassaby tests:
┬ ./
│
├─┬ scss/
│ └─ index.scss # The module's importable file.
│
├── sassdoc/ # Generated documentation
│ # of the module's sass features
│
└─┬─ test/
│
├─┬ helpers/
│ │
│ ├── importer.scss # Used for easilty importing tested scss files
│ │
│ └── _test_helpers.scss # JigSass's assertion helpers,
│ # for use inside Sassaby tests.
│
├── helper.js # Used for defining global `before()`
│ # functions and requiring modules.
│
└── test_jigsass-tools-strings # Specs. Mocha will automatically
# run all javascript files located
# in the `test` directory.
License: MIT
v1.3.0
$jigsass-str-to-number-suppress-warning
variable to suppress warnings when
a string passed to jigsass-str-to-number
cannot be converted into a number.FAQs
String manipulation helper functions
The npm package jigsass-tools-strings receives a total of 2 weekly downloads. As such, jigsass-tools-strings popularity was classified as not popular.
We found that jigsass-tools-strings 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
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.