Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

symply

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

symply - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

2

dist/tools/tsTranspiler.js

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

transpiledFiles.push(Object.assign(Object.assign({}, file), { contents: tsFileTranspiledContents }));
filesystem.createFile(filesystem.joinAndResolvePath(configuration_1.default.distributionDirectoryPath, file.dir, file.name, '.ts'), tsFileTranspiledContents);
filesystem.createFile(filesystem.joinAndResolvePath(configuration_1.default.distributionDirectoryPath, file.dir, file.name + '.js'), tsFileTranspiledContents);
});

@@ -82,0 +82,0 @@ return transpiledFiles;

{
"name": "symply",
"version": "0.10.1",
"version": "0.10.2",
"description": "A simple static site generator.",

@@ -5,0 +5,0 @@ "author": "Oleg Legun <oleg.legun@gmail.com>",

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