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

@matchlighter/common_library

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matchlighter/common_library - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

24

package.json
{
"name": "@matchlighter/common_library",
"version": "1.5.2",
"version": "1.5.3",
"description": "Shared Functions, Helpers, Patterns & Utilities for Apps and Libraries",

@@ -19,16 +19,16 @@ "author": "Matchlighter",

},
"./*": {
"types": "./lib/*.d.ts",
"node": "./cjs/*.js",
"default": "./lib/*.js"
},
"./cjs/*": {
"types": "./cjs/*.d.ts",
"node": "./cjs/*.js",
"default": "./cjs/*.js"
"types": ["./cjs/*/index.d.ts", "./cjs/*.d.ts"],
"node": ["./cjs/*/index.js", "./cjs/*.js"],
"default": ["./cjs/*/index.js", "./cjs/*.js"]
},
"./lib/*": {
"types": "./lib/*.d.ts",
"node": "./lib/*.js",
"default": "./lib/*.js"
"types": ["./lib/*/index.d.ts", "./lib/*.d.ts"],
"node": ["./lib/*/index.js", "./lib/*.js"],
"default": ["./lib/*/index.js", "./lib/*.js"]
},
"./*": {
"types": ["./lib/*.d/index.ts", "./lib/*.d.ts"],
"default": ["./lib/*/index.js", "./lib/*.js"],
"node": ["./cjs/*/index.js", "./cjs/*.js"]
}

@@ -35,0 +35,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