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

can-dom-mutate

Package Overview
Dependencies
Maintainers
8
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-dom-mutate - npm Package Compare versions

Comparing version 1.3.7 to 1.3.8

benchmark/memory.html

2

can-dom-mutate.js

@@ -82,3 +82,3 @@ 'use strict';

if (!targetListenersMap) {
targetListenersMap = new Map();
targetListenersMap = new WeakMap();
setRelatedData(doc, key, targetListenersMap);

@@ -85,0 +85,0 @@ }

{
"name": "can-dom-mutate",
"description": "Dispatch and listen for DOM mutations",
"version": "1.3.7",
"version": "1.3.8",
"author": {

@@ -45,5 +45,5 @@ "name": "DoneJS Team",

"preversion": "npm test",
"release:major": "npm version major && npm publish",
"release:minor": "npm version minor && npm publish",
"release:patch": "npm version patch && npm publish",
"release:major": "echo 'Cannot publish a major release from a legacy branch' && exit 1",
"release:minor": "npm version minor && npm publish --tag 1.x-legacy",
"release:patch": "npm version patch && npm publish --tag 1.x-legacy",
"release:pre": "npm version prerelease && npm publish --tag pre",

@@ -50,0 +50,0 @@ "test": "npm run lint && npm run testee",

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