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

@doczilla/node

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doczilla/node - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@doczilla/node",
"version": "1.0.1",
"description": "Doczilla API wrapper",

@@ -13,3 +14,2 @@ "keywords": [

],
"version": "1.0.0",
"license": "MIT",

@@ -16,0 +16,0 @@ "main": "./dist/index.js",

@@ -8,5 +8,5 @@ # Doczilla Node.js Library

```sh
npm install doczilla
npm install @doczilla/node
# or
yarn add doczilla
yarn add @doczilla/node
```

@@ -20,3 +20,3 @@

```ts
import Doczilla from 'doczilla';
import Doczilla from '@doczilla/node';

@@ -23,0 +23,0 @@ const doczilla = new Doczilla('doczilla-...')

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