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

@journeyapps/evaluator

Package Overview
Dependencies
Maintainers
0
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/evaluator - npm Package Compare versions

Comparing version 0.0.0-dev.5c49be1.abbc3a7 to 0.0.0-dev.5e76ef0

dist/@types/context/FormatStringContext.d.ts

42

package.json
{
"name": "@journeyapps/evaluator",
"version": "0.0.0-dev.5c49be1.abbc3a7",
"description": "Journey JS library",
"main": "./dist/src/index.js",
"typings": "./dist/@types/src/index",
"scripts": {
"build": "../node_modules/.bin/tsc --build",
"test": "yarn build && yarn test:node && yarn test:browser",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "jasmine dist/test/unit/all.js"
},
"version": "0.0.0-dev.5e76ef0",
"description": "Journey Evaluator library",
"main": "./dist/index.js",
"typings": "./dist/@types/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@journeyapps/core-xml": "0.0.0-dev.5c49be1.abbc3a7"
"@babel/types": "^7.24.5",
"@babel/parser": "^7.24.5",
"lru-cache": "^7.18.3",
"lodash": "^4.17.21",
"@journeyapps/core-xml": "0.0.0-dev.5e76ef0"
},
"files": [
"dist/src",
"dist/@types"
],
"gitHead": "2e1d25da8228965fd83f775e8adc3305573d39c8"
}
"devDependencies": {
"@types/lodash": "^4.17.4",
"@types/babel__traverse": "^7.20.5"
},
"scripts": {
"build": "tsc --build",
"watch": "tsc -b --watch",
"clean": "tsc -b --clean && rm -rf dist",
"test": "pnpm build && pnpm test:node && pnpm test:browser",
"test:browser": "vitest --run --config vitest.config.browser.ts",
"test:node": "vitest --run --config vitest.config.unit.ts"
}
}
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