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

@verdocs/js-sdk

Package Overview
Dependencies
Maintainers
3
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdocs/js-sdk - npm Package Compare versions

Comparing version 1.0.6 to 1.0.8

.npmignore

12

package.json
{
"name": "@verdocs/js-sdk",
"version": "1.0.6",
"version": "1.0.8",
"private": false,

@@ -16,6 +16,6 @@ "homepage": "https://github.com/Verdocs/js-sdk",

"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"files": [
"dist/**/*"
"**/*"
],

@@ -30,5 +30,3 @@ "repository": {

"scripts": {
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"build": "tsc && cp README.md package.json .npmignore dist",
"preversion": "npm run lint",

@@ -35,0 +33,0 @@ "version": "npm run format && git add -A src",

@@ -43,2 +43,8 @@ # Verdocs JS SDK

## Contributing
To avoid the presence of the `dist/` distribution directory appearing in package imports, when this project is built, this `README.md`
and other support files are copied there. Be sure to run `npm version patch` from THIS directory, but the publish command from within
the `dist` folder.
## HTTP Transport

@@ -45,0 +51,0 @@

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