Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.3.0 to 1.3.1

4

.vscode/launch.json

@@ -10,4 +10,4 @@ {

"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}/src/index.js",
"name": "Debug Dist",
"program": "${workspaceRoot}/dist/rnstl-cli.js",
"cwd": "${workspaceRoot}"

@@ -14,0 +14,0 @@ },

@@ -6,4 +6,4 @@

require('./../src/paths/index.js');
require('./../src/paths/index.test.js');
require('./../src/paths/cliResolver.js');
require('./../src/paths/cliResolver.test.js');
require('./../src/paths/multiResolver.js');

@@ -10,0 +10,0 @@ require('./../src/paths/multiResolver.test.js');

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

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

"eslint": "^3.16.1",
"eslint-config-elderfo": "^1.0.1",
"eslint-config-elderfo": "^1.1.1",
"eslint-watch": "^3.0.0",

@@ -38,3 +38,3 @@ "faker": "^4.1.0",

"scripts": {
"test": "jest",
"test": "jest && yarn run start:dist",
"test:watch": "jest --watch",

@@ -41,0 +41,0 @@ "lint": "esw ./",

#!/usr/bin/env node
import yargs from 'yargs';
import yargs from 'yargs/yargs';

@@ -9,3 +9,3 @@ import cliResolver from './paths/cliResolver';

const args = yargs
const args = yargs()
.usage('$0 [options]')

@@ -12,0 +12,0 @@ .options({

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