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

uvm

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uvm - npm Package Compare versions

Comparing version 1.7.5 to 1.7.6

2

lib/uvm/bridge-client.js

@@ -19,3 +19,3 @@ /**

/*! (c) 2018, Andrea Giammarchi, (ISC) */
var Flatted=function(a,l){return{parse:function(n,t){var e=JSON.parse(n,i).map(f),r=e[0],u=t||s,c="object"==typeof r&&r?function u(c,f,n,i){return Object.keys(n).reduce(function(n,t){var e=n[t];if(e instanceof a){var r=c[e];"object"!=typeof r||f.has(r)?n[t]=i.call(n,t,r):(f.add(r),n[t]=i.call(n,t,u(c,f,r,i)))}else n[t]=i.call(n,t,e);return n},n)}(e,new Set,r,u):r;return u.call({"":c},"",c)},stringify:function(n,e,t){for(var r,u=new Map,c=[],f=[],i=e&&typeof e==typeof c?function(n,t){if(""===n||-1<e.indexOf(n))return t}:e||s,a=+p(u,c,i.call({"":n},"",n)),o=function(n,t){if(r)return r=!r,t;var e=i.call(this,n,t);switch(typeof e){case"object":if(null===e)return e;case l:return u.get(e)||p(u,c,e)}return e};a<c.length;a++)r=!0,f[a]=JSON.stringify(c[a],o,t);return"["+f.join(",")+"]"}};function s(n,t){return t}function p(n,t,e){var r=a(t.push(e)-1);return n.set(e,r),r}function f(n){return n instanceof a?a(n):n}function i(n,t){return typeof t===l?new a(t):t}}(String,"string");
var Flatted=function(a,l){return{parse:function(n,t){var e=JSON.parse(n,i).map(f),r=e[0],u=t||s,c="object"==typeof r&&r?function u(c,f,n,i){return Object.keys(n).reduce(function(n,t){var e=n[t];if(e instanceof a){var r=c[e];"object"!=typeof r||f.has(r)?n[t]=i.call(n,t,r):(f.add(r),n[t]=i.call(n,t,u(c,f,r,i)))}else n[t]=i.call(n,t,e);return n},n)}(e,new Set,r,u):r;return u.call({"":c},"",c)},stringify:function(n,e,t){function r(n,t){if(u)return u=!u,t;var e=a.call(this,n,t);switch(typeof e){case"object":if(null===e)return e;case l:return c.get(e)||p(c,f,e)}return e}for(var u,c=new Map,f=[],i=[],a=e&&typeof e==typeof f?function(n,t){if(""===n||-1<e.indexOf(n))return t}:e||s,o=+p(c,f,a.call({"":n},"",n));o<f.length;o++)u=!0,i[o]=JSON.stringify(f[o],r,t);return"["+i.join(",")+"]"}};function s(n,t){return t}function p(n,t,e){var r=a(t.push(e)-1);return n.set(e,r),r}function f(n){return n instanceof a?a(n):n}function i(n,t){return typeof t==l?new a(t):t}}(String,"string");

@@ -22,0 +22,0 @@

{
"name": "uvm",
"version": "1.7.5",
"version": "1.7.6",
"description": "Universal Virtual Machine for Node and Browser",

@@ -28,5 +28,5 @@ "main": "index.js",

"dependencies": {
"flatted": "2.0.0",
"inherits": "2.0.3",
"lodash": "4.17.11",
"flatted": "2.0.1",
"inherits": "2.0.4",
"lodash": "4.17.15",
"uuid": "3.3.2"

@@ -37,24 +37,24 @@ },

"benchmark": "2.1.4",
"browserify": "16.2.3",
"browserify": "16.3.0",
"chai": "4.2.0",
"chalk": "2.4.2",
"editorconfig": "0.15.2",
"eslint": "5.14.1",
"eslint-plugin-jsdoc": "4.1.1",
"eslint-plugin-lodash": "5.0.1",
"editorconfig": "0.15.3",
"eslint": "5.15.3",
"eslint-plugin-jsdoc": "4.6.0",
"eslint-plugin-lodash": "5.1.0",
"eslint-plugin-mocha": "5.3.0",
"eslint-plugin-security": "1.4.0",
"js-yaml": "3.12.2",
"jsdoc": "3.5.5",
"js-yaml": "3.13.1",
"jsdoc": "3.6.3",
"jsdoc-to-markdown": "4.0.1",
"karma": "3.1.4",
"karma-browserify": "6.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-browserify": "6.1.0",
"karma-chrome-launcher": "3.0.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"mocha": "6.0.2",
"nyc": "13.3.0",
"mocha": "6.2.0",
"nyc": "14.1.1",
"packity": "0.3.2",
"parse-gitignore": "1.0.1",
"puppeteer": "1.12.2",
"puppeteer": "1.19.0",
"recursive-readdir": "2.2.2",

@@ -72,3 +72,8 @@ "shelljs": "0.8.3",

},
"homepage": "https://github.com/postmanlabs/uvm#readme"
"homepage": "https://github.com/postmanlabs/uvm#readme",
"greenkeeper": {
"ignore": [
"eslint-plugin-jsdoc"
]
}
}

@@ -8,4 +8,4 @@ // There is a string variant of the library in bridge-client.js

it('must be version locked, unless modified intentionally', function () {
expect(require('../../package.json').dependencies.flatted).to.equal('2.0.0');
expect(require('../../package.json').dependencies.flatted).to.equal('2.0.1');
});
});

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