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

@anandaroop/yat

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anandaroop/yat - npm Package Compare versions

Comparing version 0.2.8 to 0.3.0

.npmignore

8

package.json
{
"name": "@anandaroop/yat",
"version": "0.2.8",
"version": "0.3.0",
"description": "A silly geolocation component",

@@ -14,2 +14,3 @@ "main": "./lib/index.js",

"devDependencies": {
"@storybook/react": "^3.2.3",
"babel-cli": "^6.24.1",

@@ -21,2 +22,3 @@ "babel-core": "^6.25.0",

"react": "^15.6.1",
"react-dom": "^15.6.1",
"webpack": "^3.5.3"

@@ -28,4 +30,6 @@ },

"publish": "npm publish --access public",
"prepare": "yarn run build"
"prepare": "yarn run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
}

@@ -60,1 +60,11 @@ # yat

## Development
- Component source code lives under `/src/components`
- Use Storybook for a nice developer experience, and to document
```sh
cd yat
yarn run storybook
open http://localhost:6006
```
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