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

mutationobserver-shim

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutationobserver-shim - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

README.md

1

dist/mutationobserver.min.js

@@ -10,2 +10,1 @@ // mutationobserver-shim v0.3.2 (github.com/megawac/MutationObserver.js)

a:!(!b.characterData&&!b.characterDataOldValue)},d=this.i,f=0;f<d.length;f++)d[f].s===a&&d.splice(f,1);b.attributeFilter&&(c.f=G(b.attributeFilter,function(a,b){a[b]=!0;return a}));d.push({s:a,o:J(a,c)});this.h||I(this)},takeRecords:function(){for(var a=[],b=this.i,c=0;c<b.length;c++)b[c].o(a);return a},disconnect:function(){this.i=[];clearTimeout(this.h);this.h=null}};var B=document.createElement("i");B.style.top=0;var D=(B="null"!=B.attributes.style.value)?L:M,H=1;return v}(void 0);
//# sourceMappingURL=mutationobserver.map

@@ -7,3 +7,3 @@ /*!

* Though credit and staring the repo will make me feel pretty, you can modify and redistribute as you please.
* Attempts to follow spec (http:// www.w3.org/TR/dom/#mutation-observers) as closely as possible for native javascript
* Attempts to follow spec (https://www.w3.org/TR/dom/#mutation-observers) as closely as possible for native javascript
* See https://github.com/WebKit/webkit/blob/master/Source/WebCore/dom/MutationObserver.cpp for current webkit source c++ implementation

@@ -66,3 +66,3 @@ */

/**
* see http:// dom.spec.whatwg.org/#dom-mutationobserver-observe
* see https://dom.spec.whatwg.org/#dom-mutationobserver-observe
* not going to throw here but going to follow the current spec config sets

@@ -616,3 +616,3 @@ * @param {Node|null} $target

// GCC hack see http:// stackoverflow.com/a/23202438/1517919
// GCC hack see https://stackoverflow.com/a/23202438/1517919
function JSCompiler_renameProperty(a) {

@@ -619,0 +619,0 @@ return a;

@@ -5,3 +5,3 @@ {

"description": "MutationObserver shim for ES3 environments",
"version": "0.3.2",
"version": "0.3.3",
"keywords": [

@@ -32,7 +32,3 @@ "DOM",

],
"license": {
"type": "WTFPL",
"version": "v2 2004",
"url": "http://www.wtfpl.net/"
},
"license": "MIT",
"devDependencies": {

@@ -51,2 +47,2 @@ "grunt": "~0.4.2",

}
}
}

Sorry, the diff of this file is not supported yet

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