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

@ambassify/aql-condition

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ambassify/aql-condition - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

.babelrc

14

package.json
{
"name": "@ambassify/aql-condition",
"version": "0.1.1",
"version": "0.2.0",
"description": "AQL condition tool",
"main": "src/index.js",
"browser": "lib/index.js",
"engines": {

@@ -10,2 +11,5 @@ "node": "8"

"scripts": {
"preversion": "npm run test",
"prepublishOnly": "npm run test && npm run build",
"build": "n-clean lib && babel -d lib src",
"test": "npm run test:lint && npm run test:unit",

@@ -26,8 +30,12 @@ "test:lint": "eslint --fix \"@(src|test)/**\"",

"dependencies": {
"@ambassify/aql-parser": "^0.1.1"
"@ambassify/aql-parser": "^0.2.0"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"eslint": "^5.16.0",
"eslint-config-ambassify": "^1.2.0",
"mocha": "^6.1.2",
"npm-build-tools": "^2.2.5",
"nyc": "^13.3.0"

@@ -38,3 +46,3 @@ },

},
"gitHead": "0edd8500062105ecbd0f84d9934bc811ff760ebc"
"gitHead": "2e1a16efd3886d0a6bc40b62335549da55dc288d"
}
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