Security News
Internet Archive Hacked, 31 Million Record Compromised
The Internet Archive's "Wayback Machine" has been hacked and defaced, with 31 millions records compromised.
Use locally by setting the path to your local copy in the theme's package.json file:
"dependencies": {
// ...
"ctesius": "file:/home/[user]/ctesiusjs"
}
Then run npm install
.
To execute scripts on the global namespace (the same as if they were executed in order in the old blob) we need to use script-loader: https://stackoverflow.com/questions/48998102/webpack-how-to-load-non-module-scripts-into-global-scope-window
We can start refactoring these scripts into proper ES6 modules afterwards.
We need to expose jQuery globally for that the various plugins (cookie, colorbox etc) have access to it, so we need to use expose-loader: https://stackoverflow.com/questions/29080148/expose-jquery-to-real-window-object-with-webpack
FAQs
The core JS files for Ctesius themes.
The npm package ctesiusjs receives a total of 0 weekly downloads. As such, ctesiusjs popularity was classified as not popular.
We found that ctesiusjs 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
The Internet Archive's "Wayback Machine" has been hacked and defaced, with 31 millions records compromised.
Security News
TC39 is meeting in Tokyo this week and they have approved nearly a dozen proposals to advance to the next stages.
Security News
Our threat research team breaks down two malicious npm packages designed to exploit developer trust, steal your data, and destroy data on your machine.