New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-storybook-loader

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-storybook-loader - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

0

out/configuration.js

@@ -0,0 +0,0 @@ "use strict";

4

out/constants.js
"use strict";
exports.__esModule = true;
exports.encoding = exports.appName = void 0;
exports.appName = "react-native-storybook-loader";
exports.encoding = "utf-8";
exports.appName = 'react-native-storybook-loader';
exports.encoding = 'utf-8';
//# sourceMappingURL=constants.js.map

@@ -0,0 +0,0 @@ "use strict";

@@ -50,3 +50,3 @@ "use strict";

}
var outputValue = value || "";
var outputValue = value || '';
logger.log(message.blue, outputValue.white);

@@ -53,0 +53,0 @@ };

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -122,3 +122,3 @@ #!/usr/bin/env node

_a.sent();
logger_1["default"].info("Writing to " + loaderDefinition.outputFile);
logger_1["default"].info('Writing to ' + loaderDefinition.outputFile);
return [4 /*yield*/, fs_1.promises.writeFile(loaderDefinition.outputFile, template, { encoding: constants_1.encoding })];

@@ -125,0 +125,0 @@ case 5:

@@ -0,0 +0,0 @@ "use strict";

{
"name": "react-native-storybook-loader",
"version": "2.0.3",
"version": "2.0.4",
"repository": "https://github.com/elderfo/react-native-storybook-loader.git",

@@ -24,3 +24,3 @@ "bugs": "https://github.com/elderfo/react-native-storybook-loader/issues",

"@types/yargs": "^15.0.5",
"codecov": "^3.6.5",
"codecov": "^3.7.1",
"faker": "^4.1.0",

@@ -59,2 +59,7 @@ "husky": "^4.2.5",

"jest --bail --findRelatedTests"
],
"*.ts": [
"prettier --single-quote --trailing-comma es5 --write",
"git add",
"jest --bail --findRelatedTests"
]

@@ -61,0 +66,0 @@ },

Sorry, the diff of this file is not supported yet

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