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

g-detector

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

g-detector - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

dist/index.js

19

package.json
{
"name": "g-detector",
"version": "0.1.3",
"version": "0.1.4",
"description": "A powerful JavaScript library to detect the letter G",
"scripts": {
"test": "vitest run",
"build": "unbuild",
"build": "tsup",
"postversion": "git tag -d v%npm_package_version% && git tag %npm_package_version%",
"lint": "eslint .",
"ts": "tsc --noEmit"
},
"main": "dist/index.cjs",
"main": "dist/index.js",
"module": "dist/index.mjs",

@@ -16,3 +17,3 @@ "types": "dist/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"

@@ -39,8 +40,8 @@ },

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.25.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.30.0",
"eslint-plugin-prettier": "^4.2.1",
"unbuild": "^0.9.4",
"vitest": "^0.24.3"
"tsup": "^6.5.0",
"vitest": "^0.25.8"
},

@@ -47,0 +48,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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