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

resources-tsk

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resources-tsk - npm Package Compare versions

Comparing version 1.0.7 to 1.1.0

2

CHANGELOG.md

@@ -26,4 +26,4 @@ # Changelog

## [1.0.7] — 2020-08-16
## [1.1.0] — 2020-08-16
### Updated
- Pure function concept was supported.

@@ -73,6 +73,4 @@ "use strict";

var regex = RegExp(pattern);
if (regex.test(resource)) {
while (regex.test(resource)) {
resource = resource.replace("{{" + key + "}}", params[key]);
}
while (regex.test(resource)) {
resource = resource.replace("{{" + key + "}}", params[key]);
}

@@ -79,0 +77,0 @@ });

{
"name": "resources-tsk",
"version": "1.0.7",
"version": "1.1.0",
"description": "tool for use with or without NodeTskeleton template project",

@@ -5,0 +5,0 @@ "repository": {

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