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
1
Versions
858
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.0.1 to 0.0.2

16

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@oliversalzburg/js-utils",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
"type": "module",
"exports": "./output/index.js",
"exports": {
".": {
"default": "./output/index.js"
},
"./*.js": {
"default": "./output/*.js"
}
},
"scripts": {

@@ -14,2 +22,6 @@ "build": "yarn run build:tsc",

"lint:tsc": "tsc --noEmit",
"npm:publish": "npm publish",
"npm:publish:major": "npm version major && npm publish",
"npm:publish:minor": "npm version minor && npm publish",
"npm:publish:patch": "npm version patch && npm publish",
"prepack": "yarn run build"

@@ -16,0 +28,0 @@ },

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