Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

way2web-clone

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

way2web-clone - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

js/clone.core.js

@@ -15,3 +15,3 @@ /**

var version = '0.1.3';
var version = '0.1.4';

@@ -73,3 +73,3 @@ var elements = {

function setClasses(customClasses) {
$.extend(elements, customClasses);
$.extend(classes, customClasses);

@@ -87,3 +87,3 @@ return this;

function setEvents(customEvents) {
$.extend(elements, customEvents);
$.extend(events, customEvents);

@@ -90,0 +90,0 @@ return this;

{
"name": "way2web-clone",
"version": "0.1.3",
"version": "0.1.4",
"description": "Clone an element.",

@@ -14,3 +14,6 @@ "files": [

"keywords": [
"javascript"
"javascript",
"clone",
"way2web",
"jQuery"
],

@@ -17,0 +20,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc