Socket
Socket
Sign inDemoInstall

@adeira/js

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adeira/js - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

6

js/package.json

@@ -9,5 +9,7 @@ {

"private": false,
"version": "1.2.2",
"version": "1.2.3",
"sideEffects": false,
"dependencies": {}
"dependencies": {
"@babel/runtime": "^7.10.4"
}
}

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

var index = 0;
var withString = maybeReplace(format, _wrapRegExp(/(%)?%s/g, {
var withString = maybeReplace(format, /*#__PURE__*/_wrapRegExp(/(%)?%s/g, {
lookbehind: 1

@@ -64,3 +64,3 @@ }), function () {

});
var withJSON = maybeReplace(withString, _wrapRegExp(/(%)?%j/g, {
var withJSON = maybeReplace(withString, /*#__PURE__*/_wrapRegExp(/(%)?%j/g, {
lookbehind: 1

@@ -67,0 +67,0 @@ }), function () {

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