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

@cumulus/errors

Package Overview
Dependencies
Maintainers
8
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/errors - npm Package Compare versions

Comparing version 1.21.0 to 1.22.0

20

package.json
{
"name": "@cumulus/errors",
"version": "1.21.0",
"version": "1.22.0",
"description": "Provides error classes for Cumulus",

@@ -13,2 +13,8 @@ "keywords": [

},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist/**/*.js",
"./dist/**/*.d.ts"
],
"publishConfig": {

@@ -23,15 +29,11 @@ "access": "public"

"scripts": {
"build": "true",
"lint": "eslint .",
"test-ci": "npm run lint"
"tsc": "tsc",
"prepare": "npm run tsc"
},
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"lodash.isfunction": "^3.0.9"
},
"devDependencies": {
"eslint": "^6.8.0"
"typescript": "^3.8.3"
},
"gitHead": "939f64ee5c3146ef9afe715b1c5d61d6ab5996de"
"gitHead": "4309ca1eb8f0cb298886163d1e6f8cafb120cc6d"
}
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