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

@verdaccio/types

Package Overview
Dependencies
Maintainers
2
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/types - npm Package Compare versions

Comparing version 2.2.2 to 3.0.0

CHANGELOG.md

9

package.json
{
"name": "@verdaccio/types",
"version": "2.2.2",
"version": "3.0.0",
"description": "verdaccio flow types definitions",

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

"prepublish": "npm run build",
"release": "standard-version -a -s",
"build": "mkdir -p lib && for f in $(find src/ -iname *.js | cut -c5-) ; do cp src/$f lib/$f.flow; done",

@@ -17,7 +18,5 @@ "test": "echo \"Error: no test specified\" && exit 1"

"devDependencies": {
"flow-bin": "0.69.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"standard-version": "4.3.0",
"flow-bin": "0.73.0"
}
}

@@ -16,6 +16,2 @@ # Flow types for verdaccio

suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
unsafe.enable_getters_and_setters=true
[version]
^0.52.0
```

@@ -22,0 +18,0 @@

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