Socket
Socket
Sign inDemoInstall

clarity

Package Overview
Dependencies
2
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

test/simplekey.js

8

index.js

@@ -6,3 +6,2 @@ var data = {},

function clarity() {
}

@@ -39,2 +38,9 @@

}
else if (matchVariable) {
parts[0] = input.slice(0, matchVariable.index);
parts[1] = data[matchVariable[1]];
parts[2] = input.slice(matchVariable.index + matchVariable[0].length);
output = parts.join('');
}

@@ -41,0 +47,0 @@ return output;

4

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.1.0",
"version": "0.1.1",
"engines": {

@@ -33,2 +33,2 @@ "node": ">= 0.6.x < 0.9.0"

"optionalDependencies": {}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc