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

@accounts/types

Package Overview
Dependencies
Maintainers
6
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/types - npm Package Compare versions

Comparing version 0.33.0 to 0.33.1

38

package.json
{
"name": "@accounts/types",
"version": "0.33.0",
"version": "0.33.1",
"description": "Accounts-js Types",

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

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

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

"dependencies": {
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "25.2.3",
"@types/node": "14.0.14",
"jest": "26.6.3",
"@types/jest": "26.0.24",
"@types/node": "16.4.13",
"jest": "27.0.6",
"rimraf": "3.0.2",
"ts-jest": "26.5.0"
"ts-jest": "27.0.4"
},
"gitHead": "15d71c9a238141fdb5238a518b0bdc3698abf9ec"
}
"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"
}
}
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