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

@accounts/error

Package Overview
Dependencies
Maintainers
3
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/error - npm Package Compare versions

Comparing version 0.32.1 to 1.0.0-alpha-20231022085748-0910b9e1

36

package.json
{
"name": "@accounts/error",
"version": "0.32.1",
"version": "1.0.0-alpha-20231022085748-0910b9e1",
"description": "Accounts-js Error",

@@ -10,2 +10,14 @@ "main": "lib/index.js",

},
"scripts": {
"clean": "yarn run -T rimraf lib",
"start": "yarn run -T tsc --watch",
"precompile": "yarn run clean",
"compile": "yarn run -T tsc",
"prepublishOnly": "yarn run compile",
"test": "yarn run testonly",
"test-ci": "yarn run lint && yarn run coverage",
"testonly": "yarn run -T jest",
"test:watch": "yarn run testonly --watch",
"coverage": "yarn run testonly --coverage"
},
"files": [

@@ -36,22 +48,4 @@ "src",

"dependencies": {
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
"@types/node": "16.4.13",
"jest": "27.0.6",
"rimraf": "3.0.2",
"ts-jest": "27.0.4"
},
"scripts": {
"clean": "rimraf lib",
"start": "tsc --watch",
"precompile": "pnpm run clean",
"compile": "tsc",
"test": "pnpm run testonly",
"test-ci": "pnpm run lint && pnpm run coverage",
"testonly": "jest",
"test:watch": "pnpm run testonly -- --watch",
"coverage": "pnpm run testonly -- --coverage"
"tslib": "2.6.2"
}
}
}
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