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

@influxdata/giraffe

Package Overview
Dependencies
Maintainers
13
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influxdata/giraffe - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

publish

12

CONTRIBUTING.md

@@ -52,7 +52,13 @@ ## Development

Ensure that you have administrator access to this repo and to the [influxdata](https://www.npmjs.com/org/influxdata) organization on npm.
Then run:
Ensure that
- You have administrator access to this repo on GitHub
- You have permissions to publish to the [influxdata](https://www.npmjs.com/org/influxdata) organization on npm
- You are logged into Yarn (`yarn login`)
- You are on `master` and the working tree is clean
Then run the publish script in the root of the repo:
```
yarn publish --access public
./publish
```
{
"name": "@influxdata/giraffe",
"version": "0.13.0",
"version": "0.14.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"license": "MIT",

@@ -13,4 +12,2 @@ "scripts": {

"typecheck": "tsc --noEmit --pretty",
"preversion": "yarn install --frozen-lockfile && yarn run test && yarn run build",
"postversion": "git push --tags && echo \"Successfully released version $npm_package_version!\"",
"storybook": "start-storybook -p 50000",

@@ -17,0 +14,0 @@ "publishStorybook": "storybook-to-ghpages --out=.out",

@@ -46,14 +46,2 @@ import resolve from 'rollup-plugin-node-resolve'

},
{
input,
plugins,
external,
output: {
name: pkg.name,
file: pkg.module,
format: 'esm',
sourcemap: true,
globals,
},
},
]
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