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.4 to 0.1.5

7

lib/index.js

@@ -229,3 +229,3 @@ var strscanner = require("strscanner");

module.exports.stringifySegments = function(segments, params, ignoreParams) {
return "/" + segments.map(function(seg) {
var segs = segments.map(function(seg) {
var buffer = "";

@@ -237,2 +237,7 @@ if(seg.param) buffer += ":";

}).join("/");
if(segs.substr(0, 1) != ".") return "/" + segs;
return segs;
}

@@ -239,0 +244,0 @@

2

package.json
{
"name": "crema",
"description": "syntactic sugar for your javascript functions",
"version": "0.1.4",
"version": "0.1.5",
"repository": {},

@@ -6,0 +6,0 @@ "engines": {},

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