New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

snakeskin

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snakeskin - npm Package Compare versions

Comparing version 7.0.8 to 7.0.9

README.md

6

dist/snakeskin.live.js
/*!
* Snakeskin v7.0.8 (live)
* Snakeskin v7.0.9 (live)
* https://github.com/SnakeskinTpl/Snakeskin

@@ -8,3 +8,3 @@ *

*
* Date: 'Sun, 22 May 2016 08:31:09 GMT
* Date: 'Tue, 24 May 2016 09:28:39 GMT
*/

@@ -43,3 +43,3 @@

var Snakeskin = {
VERSION: [7, 0, 8]
VERSION: [7, 0, 9]
};

@@ -46,0 +46,0 @@

@@ -1,4 +0,4 @@

/*! Snakeskin v7.0.8 (live) | https://github.com/SnakeskinTpl/Snakeskin/blob/master/LICENSE */
/*! Snakeskin v7.0.9 (live) | https://github.com/SnakeskinTpl/Snakeskin/blob/master/LICENSE */
(function(){'use strict';function r(){function z(a){return A[a]}function B(a){return C[a]||a}function l(a,b){function c(){this.constructor=a}c.prototype=b.prototype;a.prototype=new c}function m(a,b){a=((D.exec(a)||[])[1]||"").trim();return Boolean(a&&isNaN(Number(a))&&!(b||E)[a])}var e={};e.a="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"===typeof Symbol&&a.constructor===Symbol?"symbol":typeof a};e.defineProperty=function(a,b,c){b in a?Object.defineProperty(a,
b,{value:c,enumerable:!0,configurable:!0,writable:!0}):a[b]=c;return a};e;var c={VERSION:[7,0,8],UID:null,b:{},Filters:{},Vars:{},LocalVars:{},cache:{}};Array.isArray=Array.isArray||function(a){return"[object Array]"==={}.call(a)};String.prototype.trim=String.prototype.trim||function(){for(var a=this.replace(/^\s\s*/,""),b=a.length,c=/\s/;c.test(a.charAt(--b)););return a.substring(0,b+1)};c.HTMLObject=function(a,b){this.value=a;this.attr=b};c.StringBuffer=function(){return[]};c.Node=function(){};
b,{value:c,enumerable:!0,configurable:!0,writable:!0}):a[b]=c;return a};e;var c={VERSION:[7,0,9],UID:null,b:{},Filters:{},Vars:{},LocalVars:{},cache:{}};Array.isArray=Array.isArray||function(a){return"[object Array]"==={}.call(a)};String.prototype.trim=String.prototype.trim||function(){for(var a=this.replace(/^\s\s*/,""),b=a.length,c=/\s/;c.test(a.charAt(--b)););return a.substring(0,b+1)};c.HTMLObject=function(a,b){this.value=a;this.attr=b};c.StringBuffer=function(){return[]};c.Node=function(){};
c.Node.prototype.length=function(){return this.value.childNodes.length};c.Node.prototype.textContent=function(){return this.value.textContent};c.DocumentFragment=function(a){this.renderMode=a;this.value=document.createDocumentFragment()};l(c.DocumentFragment,c.Node);c.DocumentFragment.prototype.appendChild=function(a){this.value.appendChild(a)};c.DocumentFragment.prototype.textContent=function(){for(var a=this.value.childNodes,b="",c=0;c<a.length;c++)b+=a[c].outerHTML||a[c].textContent;return b};

@@ -5,0 +5,0 @@ c.Element=function(a,b){this.renderMode=b;this.value=document.createElement(a)};l(c.Element,c.Node);c.Element.prototype.appendChild=function(a){this.value.appendChild(a)};c.Element.prototype.setAttribute=function(a,b){this.value.setAttribute(a,b)};c.Element.prototype.textContent=function(){return this.value.outerHTML};c.Comment=function(a,b){this.renderMode=b;this.value=document.createComment(a)};l(c.Comment,c.Node);c.Text=function(a,b){this.renderMode=b;this.value=document.createTextNode(a)};l(c.Text,

@@ -6,3 +6,3 @@ {

"main": "snakeskin.js",
"version": "7.0.8",
"version": "7.0.9",
"license": "MIT",

@@ -66,3 +66,3 @@ "author": {

"gulp-run": "^1.6.7",
"gulp-wrap": "^0.12.0",
"gulp-wrap": "^0.13.0",
"istanbul": "^0.4.2",

@@ -69,0 +69,0 @@ "jscs": "^3.0.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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