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

@begin/api

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@begin/api - npm Package Compare versions

Comparing version 1.4.5 to 1.5.0

23

package.json
{
"name": "@begin/api",
"version": "1.4.5",
"version": "1.5.0",
"description": "Node.js client for api.begin.com",

@@ -16,7 +16,4 @@ "type": "module",

"scripts": {
"tsc": "tsc",
"docs": "typedoc",
"lint": "eslint src/**/*.cjs --fix",
"lint:esm": "eslint src/**/*.mjs",
"test": "tape test/*-test.js | tap-spec"
"lint": "eslint src --ext .js,.cjs,.mjs --fix",
"test": "npm run lint && tape test/*-test.*js | tap-arc"
},

@@ -35,13 +32,11 @@ "repository": {

"@begin/chunker": "^1.1.2",
"tiny-json-http": "^7.4.2",
"tiny-json-http": "^7.5.0",
"zip-dir": "^2.0.0"
},
"devDependencies": {
"@architect/eslint-config": "^2.0.1",
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"tap-spec": "^5.0.0",
"tape": "^5.5.2",
"typedoc": "^0.22.13",
"typescript": "^4.6.2"
"@architect/eslint-config": "^2.1.1",
"dotenv": "^16.0.3",
"eslint": "^8.35.0",
"tap-arc": "^0.3.5",
"tape": "^5.6.3"
},

@@ -48,0 +43,0 @@ "keywords": [

@@ -99,2 +99,3 @@ > Node client for api.begin.com

ACCESS_TOKEN=xxx
# __BEGIN_TEST_URL__=localhost:3333
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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