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

amb-client-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amb-client-js - npm Package Compare versions

Comparing version 0.0.1 to 17.0.1

CHANGELOG.md

54

package.json
{
"name": "amb-client-js",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "17.0.1",
"private": false,
"description": "Asynchronous Message Bus JavaScript Client",
"license": "MIT",
"keywords": [
"ServiceNow",
"amb"
],
"dependencies": {
"cometd": "3.1.4",
"crypto-js": "3.1.9-1"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-jest": "^24.9.0",
"cross-env": "^6.0.3",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"onchange": "^4.0.0",
"rimraf": "^3.0.0"
},
"engines": {
"node": ">=8.5.0"
},
"main": "lib/index.js",
"directories": {},
"files": [
"src",
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"watch": "onchange 'src/**/*.js' -- npm run build:lib",
"build": "npm run clean:lib && npm run build:lib",
"build:lib": "cross-env babel src --out-dir lib --ignore \"src/**/*.spec.js\",\"src/**/*.test.js\"",
"clean:lib": "rimraf lib",
"cover:unit": "jest --coverage --no-cache",
"lint": "eslint --config .eslintrc.js src/**/*.js",
"prepublishOnly": "npm run verify && npm run build",
"test": "jest",
"test:unit": "jest --no-cache",
"test:unit:clean": "jest -u",
"verify": "npm run lint && npm run cover:unit"
}
}
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