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

crema

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crema - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/index.js

@@ -141,2 +141,4 @@

module.exports = function(source, grammar) {

@@ -171,3 +173,3 @@ return parseRoute(source, grammar);

if(!ignoreParams && segment.param) {
segmentValue = params[segment] || ':' + segment.value;
segmentValue = params[segment.value] || ':' + segment.value;
} else {

@@ -174,0 +176,0 @@ segmentValue = segment.value;

{
"name": "crema",
"description": "syntactic sugar for your javascript functions",
"version": "0.1.0",
"version": "0.1.1",
"repository": {},

@@ -12,2 +12,2 @@ "engines": {},

"main": "./lib/index.js"
}
}

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