Socket
Socket
Sign inDemoInstall

react-cosmos-shared

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cosmos-shared - npm Package Compare versions

Comparing version 4.6.0-6 to 4.6.0

8

index.js
// @flow
exports.importModule = require('./dist/import-module').importModule;
exports.splitUnserializableParts = require('./dist/unserializable-parts').splitUnserializableParts;
exports.getOldSchoolFixturesFromNewStyleComponents = require('./dist/fixtures-format').getOldSchoolFixturesFromNewStyleComponents;
exports.getNormalizedFixtureModules = require('./dist/fixtures-format').getNormalizedFixtureModules;
exports.importModule = require('./src/import-module').importModule;
exports.splitUnserializableParts = require('./src/unserializable-parts').splitUnserializableParts;
exports.getOldSchoolFixturesFromNewStyleComponents = require('./src/fixtures-format').getOldSchoolFixturesFromNewStyleComponents;
exports.getNormalizedFixtureModules = require('./src/fixtures-format').getNormalizedFixtureModules;
{
"name": "react-cosmos-shared",
"version": "4.6.0-6",
"version": "4.6.0",
"description": "Libs shared between React Cosmos packages",

@@ -15,3 +15,3 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-shared",

"xo": false,
"gitHead": "cbdf6590a3212c21100b931434dc5ad73905c5b3"
"gitHead": "36743b22043c6f23decab05831a9202ac3006826"
}
// @flow
exports.proxyPropTypes = require('./dist/react/proxy-prop-types').proxyPropTypes;
exports.proxyPropTypes = require('./src/react/proxy-prop-types').proxyPropTypes;
// @flow
exports.moduleExists = require('./dist/server/module-exists').moduleExists;
exports.resolveUserPath = require('./dist/server/resolve-user-path').resolveUserPath;
exports.moduleExists = require('./src/server/module-exists').moduleExists;
exports.resolveUserPath = require('./src/server/resolve-user-path').resolveUserPath;

@@ -6,0 +6,0 @@ exports.defaultFileMatch = [

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