
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.
can-connect-cloneable
Advanced tools
Allows you to make mutable clones of can-connected maps and save changes back to the original
Allows you to make mutable clones of can-connected maps and save changes back to the original
With StealJS, you can import this module directly in a template that is autorendered:
import plugin from 'can-connect-cloneable';
Use require
to load can-connect-cloneable
and everything else
needed to create a template that uses can-connect-cloneable
:
var plugin = require("can-connect-cloneable");
Configure the can
and jquery
paths and the can-connect-cloneable
package:
<script src="require.js"></script>
<script>
require.config({
paths: {
"jquery": "node_modules/jquery/dist/jquery",
"can": "node_modules/canjs/dist/amd/can"
},
packages: [{
name: 'can-connect-cloneable',
location: 'node_modules/can-connect-cloneable/dist/amd',
main: 'lib/can-connect-cloneable'
}]
});
require(["main-amd"], function(){});
</script>
Load the global
version of the plugin:
<script src='./node_modules/can-connect-cloneable/dist/global/can-connect-cloneable.js'></script>
To make a build of the distributables into dist/
in the cloned repository run
npm install
node build
Tests can run in the browser by opening a webserver and visiting the test.html
page.
Automated tests that run the tests from the command line in Firefox can be run with
npm test
FAQs
Allows you to make mutable clones of can-connected maps and save changes back to the original
The npm package can-connect-cloneable receives a total of 26 weekly downloads. As such, can-connect-cloneable popularity was classified as not popular.
We found that can-connect-cloneable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers 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.