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

zoid

Package Overview
Dependencies
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zoid - npm Package Compare versions

Comparing version 6.0.63 to 6.0.64

4

dist/module/component/parent/index.js

@@ -453,3 +453,5 @@ 'use strict';

return _src3.ZalgoPromise.all([this.props.url,
var propUrl = this.props.url;
return _src3.ZalgoPromise.all([propUrl,
// $FlowFixMe

@@ -456,0 +458,0 @@ (0, _props.propsToQuery)(_extends({}, this.component.props, this.component.builtinProps), this.props)]).then(function (_ref7) {

{
"name": "zoid",
"version": "6.0.63",
"version": "6.0.64",
"description": "Cross domain components.",

@@ -10,3 +10,3 @@ "main": "index.js",

"lint": "eslint src/ test/ *.js",
"flow-typed": "flow-typed install",
"flow-typed": "rm -rf flow-typed && flow-typed install",
"flow": "flow",

@@ -52,5 +52,5 @@ "flow:build": "flow gen-flow-files ./src/index.js --out-dir ./dist/module",

"devDependencies": {
"flow-bin": "^0.70.0",
"flow-bin": "^0.76",
"grumbler-scripts": "^2.0.19",
"mocha": "^3.5.0",
"mocha": "^4",
"serve": "^6.5.6"

@@ -57,0 +57,0 @@ },

@@ -444,5 +444,8 @@ /* @flow */

buildUrl() : ZalgoPromise<string> {
let propUrl : (string | void) = this.props.url;
return ZalgoPromise.all([
this.props.url,
propUrl,
// $FlowFixMe

@@ -449,0 +452,0 @@ propsToQuery({ ...this.component.props, ...this.component.builtinProps }, this.props)

@@ -122,3 +122,3 @@ /* @flow */

// $FlowFixMe
let prop: MixedPropDefinitionType<P> = component.getProp(key);
let prop : MixedPropDefinitionType<P> = component.getProp(key);
let value = props[key];

@@ -125,0 +125,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