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 3.0.1 to 3.0.2

1

dist/@types/src/token-expressions/TokenExpression.d.ts

@@ -17,3 +17,2 @@ /**

isFunction(): boolean;
tokenEvaluatePromise(scope: any, args?: any): Promise<any>;
}

@@ -39,8 +39,4 @@ "use strict";

}
// Implemented elsewhere
tokenEvaluatePromise(scope, args) {
throw new Error('Not implemented');
}
}
exports.TokenExpression = TokenExpression;
//# sourceMappingURL=TokenExpression.js.map

6

package.json
{
"name": "@journeyapps/evaluator",
"version": "3.0.1",
"version": "3.0.2",
"description": "Journey JS library",

@@ -14,3 +14,3 @@ "main": "./dist/src/index.js",

"dependencies": {
"@journeyapps/core-xml": "^3.0.1"
"@journeyapps/core-xml": "^3.0.2"
},

@@ -21,3 +21,3 @@ "files": [

],
"gitHead": "933bbb71de90fe5cf5758764928ed9eda0895a5d"
"gitHead": "55c16548694ef9e8d97abbe4a29c2320b40d247a"
}

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