Socket
Socket
Sign inDemoInstall

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 9.0.60 to 9.0.61

4

globals.js

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

const formatVersion = (version) => {
const formatVersion = (version) : string => {
return version.replace(/[^\d]+/g, '_');

@@ -19,3 +19,3 @@ };

__ZOID__: {
__VERSION__: formatVersion(pkg.version),
__VERSION__: `${ formatVersion(pkg.version) }`,
__GLOBAL_KEY__: `__zoid_${ formatVersion(pkg.version) }__`,

@@ -22,0 +22,0 @@ __IFRAME_SUPPORT__: true,

@@ -6,7 +6,11 @@ /* @flow */

if (process.env.ZOID_FRAME_ONLY) {
// $FlowFixMe
module.exports = require('./dist/zoid.frame');
// $FlowFixMe
module.exports.default = module.exports;
} else {
// $FlowFixMe
module.exports = require('./dist/zoid');
// $FlowFixMe
module.exports.default = module.exports;
}
{
"name": "zoid",
"version": "9.0.60",
"version": "9.0.61",
"description": "Cross domain components.",

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

"devDependencies": {
"flow-bin": "^0.130.0",
"flow-bin": "^0.135.0",
"grumbler-scripts": "^3",

@@ -61,0 +61,0 @@ "jsx-pragmatic": "^2",

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

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

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

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

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