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

stories-react

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stories-react - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

package.json
{
"name": "stories-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "instagram style stories in react js",

@@ -19,3 +19,4 @@ "main": "dist/index.js",

],
"homepage": "https://github.com/hannadrehman/stories-react",
"repository": "https://github.com/hannadrehman/stories-react/",
"homepage": "https://hannadrehman.github.io/stories-react/",
"bugs": "https://github.com/hannadrehman/stories-react/issues",

@@ -22,0 +23,0 @@ "author": {

4

README.md

@@ -18,3 +18,3 @@ <h1 style="margin: 0" align="center">stories-react</h1>

You can find working demo [here](https://hannadrehman.github.io/stories-react/docs/intro)
You can find working demo [here](https://hannadrehman.github.io/stories-react/)

@@ -51,3 +51,3 @@ # Usage

height="600px"
stries={stories}
stories={stories}
/>

@@ -54,0 +54,0 @@ );

@@ -30,3 +30,5 @@ import peerDepsExternal from 'rollup-plugin-peer-deps-external';

commonjs(),
typescript({ useTsconfigDeclarationDir: true }),
typescript({
tsconfig: './tsconfig.json',
}),
postcss({

@@ -33,0 +35,0 @@ extensions: ['.css'],

{
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"strict": true,
"forceConsistentCasingInFileNames": true,
"target": "es5",

@@ -17,12 +12,8 @@ "module": "esnext",

"declarationMap": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"moduleResolution": "Node"
},
"exclude": [
"node_modules",
"build",
"dist",
"example",
"rollup.config.js"
],
"exclude": ["node_modules", "build", "dist", "example", "rollup.config.js"],
"useTsconfigDeclarationDir": true
}
}
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