
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
browser-cookie
Advanced tools
Stability: stable
.
Standalone cookie implementation for the browser designed to work with browserify.
Derived from the jquery cookie plugin.
npm i browser-cookie --save
The Cookie
class exposes the ability to get, set and delete cookie values.
raw
- Do not URI encode the cookie value.json
- Store the cookie value as JSON.expires
- Define lifetime of the cookie in days, default is 30.path
- Define the path where the cookie is valid, default is /.domain
- Define the domain whether the cookie is valid.secure
- If true, the cookie transmission requires a secure protocol (https).Sets a cookie value.
Gets a cookie value. If the value
parameter is specified it should be a conversion function, if no key is specified an object containing all key value pairs is returned.
Deletes a cookie value.
Clear all cookies except the keys listed in the except
array.
Developer workflow is via gulp but should be executed as npm
scripts to enable shell execution where necessary.
Run the headless test suite using phantomjs:
npm test
To run the tests in a browser context open test/index.html or use the server npm start
.
Serve the test files from a web server with:
npm start
Run the test suite and generate code coverage:
npm run cover
Run the source tree through eslint:
npm run lint
Remove generated files:
npm run clean
Compile the test specifications:
npm run spec
Generate instrumented code from lib
in instrument
:
npm run instrument
Generate the project readme file (requires mdp):
npm run readme
Everything is MIT. Read the license if you feel inclined.
Generated by mdp(1).
FAQs
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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.