Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
grunt-ozjs-tudou
Advanced tools
Install this grunt plugin next to your project's grunt.js gruntfile with:
npm install grunt-ozjs
Then add this line to your project's grunt.js
gruntfile:
grunt.loadNpmTasks('grunt-ozjs');
oz: {
// comming soon...
},
ozma: {
testapp: {
src: 'tests/js/main.js', // same as 'ozma tests/js/main.js'
saveConfig: false, // true for default ('ozconfig.json'), or string for specified path and file name
debounceDelay: 3000, // see [1]
config: { // or existing configuration file, same as option '--config'
baseUrl: "tests/js/",
distUrl: "tests/.tmp/js/",
loader: "lib/oz.js",
disableAutoSuffix: true
}
}
}
[1]: fix for built-in watch
For a full list of possible options, see the grunt.js example.
Execute the following command from ./
directory
grunt ozma:testapp
See tests/dist/js/main.js
Then execute:
grunt
See tests/index.html
and tests/static/js/
See OzJS References
Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.
FAQs
grunt tasks for oz.js and ozma.js
The npm package grunt-ozjs-tudou receives a total of 0 weekly downloads. As such, grunt-ozjs-tudou popularity was classified as not popular.
We found that grunt-ozjs-tudou 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.