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

@oliversalzburg/js-utils

Package Overview
Dependencies
Maintainers
0
Versions
907
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oliversalzburg/js-utils - npm Package Compare versions

Comparing version 0.2.8-dev-2fe5925 to 0.2.8-dev-56fdd26

22

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@oliversalzburg/js-utils",
"version": "0.2.8-dev-2fe5925",
"version": "0.2.8-dev-56fdd26",
"license": "MIT",

@@ -9,3 +9,3 @@ "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",

"type": "git",
"url": "https://github.com/oliversalzburg/js-utils.git"
"url": "git+https://github.com/oliversalzburg/js-utils.git"
},

@@ -25,16 +25,3 @@ "type": "module",

"scripts": {
"build": "yarn run build:tsc && yarn run build:docs",
"build:docs": "./docs/build.sh",
"build:tsc": "tsc",
"build:tsc:watch": "tsc --watch",
"clean": "rm -rf ./_site ./coverage ./dist-area ./lib",
"lint": "yarn run lint:all",
"lint:all": "yarn run lint:biome && yarn run lint:tsc",
"lint:biome": "biome check .",
"lint:tsc": "tsc --noEmit",
"nextversion": "./.scripts/manifest-version.cjs",
"test": "node $(yarn bin mocha) --enable-source-maps",
"test:coverage": "c8 --reporter html-spa --reporter text node $(yarn bin mocha) --enable-source-maps",
"test:inspect": "node $(yarn bin mocha) --inspect",
"preversion": "yarn run lint && yarn run build && yarn run test",
"preversion": "make lint test",
"postversion": "git push"

@@ -47,6 +34,5 @@ },

"@types/node": "22.13.5",
"@types/web": "0.0.206",
"@types/web": "0.0.207",
"c8": "10.1.3",
"chai": "5.2.0",
"lint-staged": "15.4.3",
"mocha": "11.1.0",

@@ -53,0 +39,0 @@ "typedoc": "0.27.9",

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