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

adaptive-expressions

Package Overview
Dependencies
Maintainers
1
Versions
510
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptive-expressions - npm Package Compare versions

Comparing version 4.11.0-rc0 to 4.11.0-rc1

lib/browser.js.map

20

package.json

@@ -5,3 +5,3 @@ {

"description": "Common Expression Language",
"version": "4.11.0-rc0",
"version": "4.11.0-rc1",
"license": "MIT",

@@ -21,2 +21,3 @@ "keywords": [

"main": "./lib/index.js",
"browser": "./lib/browser.js",
"typings": "./lib/index.d.ts",

@@ -44,16 +45,21 @@ "dependencies": {

"@types/node": "^10.17.27",
"antlr4ts-cli": "0.5.0-alpha.3",
"browserify": "16.5.2",
"exorcist": "^1.0.1",
"mocha": "^6.2.3",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"shx": "^0.3.2",
"sinon": "^7.5.0",
"sponge": "^0.1.0",
"ts-node": "^4.1.0",
"typescript": "3.5.3",
"antlr4ts-cli": "0.5.0-alpha.3",
"sinon": "^7.5.0"
"typescript": "3.5.3"
},
"scripts": {
"build": "tsc",
"browserify": "browserify -s AEL --debug lib/browser.js | exorcist lib/browser.js.map | sponge lib/browser.js",
"postbuild": "rimraf lib/browser.* && shx cp lib/index.js lib/browser.js && npm run browserify",
"clean": "rimraf q s lib",
"build-docs": "typedoc --theme markdown --entryPoint adaptive-expressions --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\adaptive-expressions .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Expression\" --readme none",
"clean": "erase /q /s .\\lib",
"postbuild": "browserify lib/index.js -s AEL -o lib/browser.js",
"set-version": "npm version --allow-same-version 4.11.0-rc0",
"set-version": "npm version --allow-same-version 4.11.0-rc1",
"test": "tsc && tsc ./tests/expressionProperty.test.ts && mocha tests/ --timeout 60000",

@@ -60,0 +66,0 @@ "antlr-build-expression": "antlr4ts src/parser/ExpressionAntlrLexer.g4 -o src/parser/generated && antlr4ts src/parser/ExpressionAntlrParser.g4 -visitor -o src/parser/generated",

Sorry, the diff of this file is too big to display

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