Socket
Socket
Sign inDemoInstall

@objectiv/queue-local-storage

Package Overview
Dependencies
3
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.20-2 to 0.0.20-3

13

package.json
{
"name": "@objectiv/queue-local-storage",
"version": "0.0.20-2",
"version": "0.0.20-3",
"description": "A TrackerQueueStore based on localStorage API",

@@ -50,8 +50,8 @@ "license": "Apache-2.0",

"check:dependencies": "npx depcheck",
"npm-publish": "shx rm -f .npmrc && npm publish --access=public --tag=$TAG",
"npm-publish:verdaccio": "shx cp ../../verdaccio/.npmrc .npmrc && npm publish --tag=$TAG && shx rm -f .npmrc"
"npm-publish": "npm publish --access=public --tag=$TAG",
"npm-publish:verdaccio": "npm publish --tag=$TAG"
},
"devDependencies": {
"@objectiv/developer-tools": "^0.0.20-2",
"@objectiv/testing-tools": "^0.0.20-2",
"@objectiv/developer-tools": "^0.0.20-3",
"@objectiv/testing-tools": "^0.0.20-3",
"@types/jest": "^27.4.1",

@@ -61,3 +61,2 @@ "jest": "^27.5.1",

"prettier": "^2.5.1",
"shx": "^0.3.4",
"ts-jest": "^27.1.3",

@@ -68,4 +67,4 @@ "tsup": "^5.12.0",

"dependencies": {
"@objectiv/tracker-core": "~0.0.20-2"
"@objectiv/tracker-core": "~0.0.20-3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc