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

@ordergroove/smi-precompile

Package Overview
Dependencies
Maintainers
34
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ordergroove/smi-precompile - npm Package Compare versions

Comparing version 1.5.2 to 1.5.4

22

CHANGELOG.md

@@ -6,2 +6,24 @@ # Change Log

## [1.5.4](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-precompile@1.5.3...@ordergroove/smi-precompile@1.5.4) (2021-06-24)
### Bug Fixes
* **smi-precompile:** Update README ([8ccd2a1](https://github.com/ordergroove/plush-toys/commit/8ccd2a1df1007f02205e0a0206dd277e222488b8))
## [1.5.3](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-precompile@1.5.2...@ordergroove/smi-precompile@1.5.3) (2021-06-24)
### Bug Fixes
* **smi-precompile:** Compilation fails if setting is missing instead of defaulting to undefined ([e01ac30](https://github.com/ordergroove/plush-toys/commit/e01ac30219f45a87d43247bf8f9c6e59fd85a924))
## [1.5.2](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-precompile@1.5.1...@ordergroove/smi-precompile@1.5.2) (2021-06-18)

@@ -8,0 +30,0 @@

4

package.json
{
"name": "@ordergroove/smi-precompile",
"version": "1.5.2",
"version": "1.5.4",
"description": "Prcompilers for smi-core",

@@ -38,3 +38,3 @@ "author": "Brian Lewis <brian.lewis@ordergroove.com>",

},
"gitHead": "87dd18e46aea1bb5ea42fc6334f4ad2d47080390"
"gitHead": "0595f8f8951319abbd0a05139847c02cbb5ecb1c"
}

@@ -141,3 +141,3 @@ /* eslint-disable no-shadow */

} else {
path.replaceWith(t.tsUndefinedKeyword());
path.replaceWithSourceString('undefined');
}

@@ -144,0 +144,0 @@ }

# `smi-precompile`
Precompiles a liquid style template into smi function generator.
Precompile returns code as string
Precompile returns code as a string

@@ -6,0 +6,0 @@ > Precompilers for smi-core

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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