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

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 to 4.6.1

8

index.js
// @flow
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;
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;
{
"name": "react-cosmos-shared",
"version": "4.6.0",
"version": "4.6.1",
"description": "Libs shared between React Cosmos packages",

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

// @flow
exports.proxyPropTypes = require('./src/react/proxy-prop-types').proxyPropTypes;
exports.proxyPropTypes = require('./dist/react/proxy-prop-types').proxyPropTypes;
// @flow
exports.moduleExists = require('./src/server/module-exists').moduleExists;
exports.resolveUserPath = require('./src/server/resolve-user-path').resolveUserPath;
exports.moduleExists = require('./dist/server/module-exists').moduleExists;
exports.resolveUserPath = require('./dist/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