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 0.0.0-dev.c65b9749.28a3b3f to 0.0.0-dev.c73c197

dist/@types/definitions/FormatStringScope.d.ts

38

package.json
{
"name": "@journeyapps/evaluator",
"version": "0.0.0-dev.c65b9749.28a3b3f",
"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"
},
"dependencies": {
"@journeyapps/core-xml": "0.0.0-dev.c65b9749.28a3b3f"
},
"version": "0.0.0-dev.c73c197",
"description": "Journey Evaluator library",
"main": "./dist/index.js",
"typings": "./dist/@types/index.d.ts",
"files": [

@@ -20,3 +11,20 @@ "dist/src",

],
"gitHead": "40cc0f02c96d438cf0490a2d8698c77a17e5583e"
}
"dependencies": {
"@babel/types": "^7.24.5",
"@babel/parser": "^7.24.5",
"lodash": "^4.17.21",
"@journeyapps/core-xml": "0.0.0-dev.c73c197"
},
"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