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

@journeyapps/evaluator

Package Overview
Dependencies
Maintainers
2
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 6.2.4 to 7.0.0

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

30

package.json
{
"name": "@journeyapps/evaluator",
"version": "6.2.4",
"version": "7.0.0",
"description": "Journey Evaluator library",
"main": "./dist/src/index.js",
"typings": "./dist/@types/src/index",
"main": "./dist/index.js",
"typings": "./dist/@types/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@journeyapps/core-xml": "5.0.3"
"@babel/types": "^7.24.5",
"@babel/parser": "^7.24.5",
"lru-cache": "^7.18.3",
"lodash": "^4.17.21",
"@journeyapps/core-xml": "5.0.4"
},
"files": [
"dist/src",
"dist/@types"
],
"devDependencies": {
"@journeyapps/core-test-helpers": "^4.1.2"
"@types/lodash": "^4.17.4",
"@types/babel__traverse": "^7.20.5"
},
"scripts": {
"build": "../node_modules/.bin/tsc --build",
"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": "karma start karma.conf.js --single-run",
"test:node": "jasmine dist/test/unit/all.js"
"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