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

@greenberry/storybook-template

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greenberry/storybook-template - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

dist/package.json
{
"name": "@greenberry/storybook-template",
"version": "1.0.1",
"version": "1.0.4",
"description": "Template project for component libraries",

@@ -12,6 +12,9 @@ "repository": "git@bitbucket.org:greenberrynl/storybook.git",

"build": "NODE_ENV=production babel src --out-dir dist --ignore \"src/**/*.story.js\",\"src/**/*.spec.js\",",
"publish": "./pre-publish.sh",
"prepublishOnly": "yarn build && cp package.json dist/package.json && cp yarn.lock dist/yarn.lock && cp README.md dist/README.md",
"test": "jest",
"lint": "eslint src/**/*.js"
},
"exports": {
"./": "./dist/"
},
"jest": {

@@ -18,0 +21,0 @@ "testURL": "http://localhost",

{
"name": "@greenberry/storybook-template",
"version": "1.0.3",
"version": "1.0.4",
"description": "Template project for component libraries",

@@ -12,6 +12,9 @@ "repository": "git@bitbucket.org:greenberrynl/storybook.git",

"build": "NODE_ENV=production babel src --out-dir dist --ignore \"src/**/*.story.js\",\"src/**/*.spec.js\",",
"publish": "./publish.sh",
"prepublishOnly": "yarn build && cp package.json dist/package.json && cp yarn.lock dist/yarn.lock && cp README.md dist/README.md",
"test": "jest",
"lint": "eslint src/**/*.js"
},
"exports": {
"./": "./dist/"
},
"jest": {

@@ -18,0 +21,0 @@ "testURL": "http://localhost",

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