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

@jsonic/multisource

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonic/multisource - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

12

package.json
{
"name": "@jsonic/multisource",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -45,11 +45,11 @@ "main": "dist/multisource.js",

"devDependencies": {
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"browserify": "^17.0.0",
"es-jest": "^2.1.0",
"esbuild": "^0.18.6",
"esbuild": "^0.19.1",
"esbuild-jest": "^0.5.0",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"jest": "^29.6.2",
"prettier": "^3.0.1",
"tinyify": "^4.0.0",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"jsonic-multisource-pkg-test": "^0.0.1"

@@ -56,0 +56,0 @@ },

@@ -53,3 +53,3 @@ /* Copyright (c) 2021 Richard Rodger, MIT License */

ctx: Context,
jsonic: Jsonic
jsonic: Jsonic,
) => Resolution

@@ -63,3 +63,3 @@

ctx: Context,
jsonic: Jsonic
jsonic: Jsonic,
) => void

@@ -185,3 +185,3 @@

rule,
ctx
ctx,
)

@@ -239,3 +239,3 @@ } else if (ctx.cfg.map.extend) {

// null == src ? undefined : JSON.parse(src)
null == src ? undefined : jsonicJsonParser(src, { fileName: res.path })
null == src ? undefined : jsonicJsonParser(src, { fileName: res.path }),
)

@@ -262,7 +262,7 @@

spec: any,
resolvefolder: (path: string) => string
resolvefolder: (path: string) => string,
): PathSpec {
let msmeta = ctx.meta?.multisource
let base = resolvefolder(
null == msmeta || null == msmeta.path ? popts.path : msmeta.path
null == msmeta || null == msmeta.path ? popts.path : msmeta.path,
)

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