File: control

package info (click to toggle)
node-security 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 76 kB
  • sloc: javascript: 98; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 919 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: node-security
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13),
               dh-buildinfo,
               mocha,
               nodejs,
               dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-security
Vcs-Git: https://salsa.debian.org/js-team/node-security.git
Homepage: https://github.com/cweider/js-security
Rules-Requires-Root: no

Package: node-security
Architecture: all
Depends: nodejs:any,
         ${misc:Depends}
Multi-Arch: foreign
Description: Safely encoding and decoding methods for Node.js
 Safely encode/decode HTML, Javascript and CSS data compliant to the standard
 as demanded by the OWASP (Open Web Application Security Project) when using
 Node.js.