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
0
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.7.0 to 1.7.1

4

dist/multisource.js

@@ -29,3 +29,3 @@ "use strict";

error: {
multisource_not_found: 'source not found: $path',
multisource_not_found: 'source not found: {path}',
},

@@ -35,3 +35,3 @@ hint: {

// In particular to show resolved absolute path.
multisource_not_found: 'The source path $path was not found.\n\nSearch paths:\n${searchstr}',
multisource_not_found: 'The source path {path} was not found.\n\nSearch paths:\n{searchstr}',
},

@@ -38,0 +38,0 @@ });

{
"name": "@jsonic/multisource",
"version": "1.7.0",
"version": "1.7.1",
"description": "",

@@ -58,5 +58,5 @@ "main": "dist/multisource.js",

"@jsonic/path": ">=1.0.0",
"@jsonic/directive": ">=1.0.0",
"@jsonic/directive": ">=1.0.1",
"jsonic": ">=2.15.2"
}
}

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

error: {
multisource_not_found: 'source not found: $path',
multisource_not_found: 'source not found: {path}',
},

@@ -104,3 +104,3 @@ hint: {

multisource_not_found:
'The source path $path was not found.\n\nSearch paths:\n${searchstr}',
'The source path {path} was not found.\n\nSearch paths:\n{searchstr}',
},

@@ -107,0 +107,0 @@ })

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