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

idasen-control

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idasen-control - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

package.json
{
"name": "idasen-control",
"version": "1.1.0",
"version": "1.1.1",
"description": "IKEA Idasen Desk Control",

@@ -36,3 +36,3 @@ "bin": "./src/index.js",

"devDependencies": {
"eslint": "^3.1.1",
"eslint": "^4.18.2",
"prettier": "^2.0.5"

@@ -39,0 +39,0 @@ },

@@ -83,7 +83,5 @@ #!/usr/bin/env node

console.log(
template
.replace(/%\((.*?)\)s/g, (_, group) => {
return vars[group] || "";
})
.trim()
template.replace(/%\((.*?)\)s/g, (_, group) => {
return vars[group] || "";
})
);

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