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

amocrm-js

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amocrm-js - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3-beta.0

.eslintignore

7

package.json
{
"name": "amocrm-js",
"version": "3.1.2",
"version": "3.1.3-beta.0",
"description": "JS Library for AmoCRM",

@@ -15,3 +15,4 @@ "main": "./dist/index.js",

"build": "tsc",
"docs": "typedoc --entryPointStrategy expand ./src"
"docs": "typedoc --entryPointStrategy expand ./src",
"lint": "eslint ./src"
},

@@ -48,3 +49,5 @@ "repository": {

"babel-preset-env": "^1.7.0",
"eslint": "^8.17.0",
"eslint-plugin-jasmine": "^2.10.1",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.0",

@@ -51,0 +54,0 @@ "ngrok": "^4.3.1",

@@ -70,3 +70,3 @@ # AmoCRM

```js
import { Client } from 'amocrm-js'
import Client from 'amocrm-js'
```

@@ -73,0 +73,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