Socket
Socket
Sign inDemoInstall

fulcrum-expressions

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fulcrum-expressions - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

api.js

8

dist/package.json
{
"name": "fulcrum-expressions",
"version": "1.0.7",
"version": "1.1.0",
"description": "Expression runtime for Fulcrum",

@@ -21,3 +21,3 @@ "author": "Fulcrum",

"build:help": "mkdir -p docs/output/help && mkdir -p docs/output/help/expressions/reference && mkdir -p docs/output/help/events/reference && coffee script/generate-help.coffee",
"build:dist": "yarn clean && yarn build && yarn build:docs && yarn build:help && yarn test",
"build:dist": "yarn clean && yarn build && yarn build:docs && yarn build:help && yarn test && make types",
"test": "mocha --reporter list --require should --require coffee-coverage/register-istanbul --require coffee-script/register test/**/*.coffee && istanbul report",

@@ -37,2 +37,4 @@ "copy": "coffee script/copy-files.coffee",

"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/query-string": "^6.3.0",
"browser-request": "^0.3.3",

@@ -43,2 +45,3 @@ "browserify": "13.0.1",

"coffeeify": "^2.0.1",
"dts-generator": "^3.0.0",
"fs-sync": "^1.0.6",

@@ -54,4 +57,5 @@ "html-entities": "^1.1.2",

"should": "^8.4.0",
"typescript": "^4.9.5",
"uglify-js": "^2.4.16"
}
}
{
"name": "fulcrum-expressions",
"version": "1.1.0",
"version": "1.1.1",
"description": "Expression runtime for Fulcrum",

@@ -21,3 +21,3 @@ "author": "Fulcrum",

"build:help": "mkdir -p docs/output/help && mkdir -p docs/output/help/expressions/reference && mkdir -p docs/output/help/events/reference && coffee script/generate-help.coffee",
"build:dist": "yarn clean && yarn build && yarn build:docs && yarn build:help && yarn test",
"build:dist": "yarn clean && yarn build && yarn build:docs && yarn build:help && yarn test && make types",
"test": "mocha --reporter list --require should --require coffee-coverage/register-istanbul --require coffee-script/register test/**/*.coffee && istanbul report",

@@ -24,0 +24,0 @@ "copy": "coffee script/copy-files.coffee",

@@ -11,4 +11,4 @@ import { format } from "util"

*/
export default function FORMAT(template: string, ...variables: any[]) {
export default function FORMAT(template: string, ...variables: any[]): string {
return format(template, ...variables)
}

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