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

@humany/serviceclient

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@humany/serviceclient - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0

lib-esm/appendParameters.js

2

LICENSE.txt
Copyright © 2018, Humany AB. All rights reserved.
THIS PACKAGE AND CONTAINING SOFTWARE IS PART OF
THE HUMANY SERVICE. BY USING THIS SOFTWARE, YOU
THE HUMANY SERVICE. BY USING THIS SOFTWARE YOU
AGREE TO THE FOLLOWING TERMS AND CONDITIONS:
http://www.humany.com/legal
{
"name": "@humany/serviceclient",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "Service client for communication with classical Humany projections",
"main": "lib/index.js",
"module": "lib-esm/index.js",
"files": [
"LICENSE.txt",
"README.md",
"lib/",
"lib-esm/"
],
"sideEffects": false,
"scripts": {
"test": "cross-env BABEL_ENV=es5 mocha --compilers js:babel-core/register --require ./test/setup ./src/**/*.spec.js",
"clean": "cleandir lib && cleandir lib-esm",
"compile": "babel -d lib-esm/ src/ && cross-env BABEL_ENV=es5 babel -d lib/ src/",
"release": "npm run compile && yalc push"
},
"dependencies": {
"@humany/widget-core": "^1.0.0-beta.11",
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^4.0.0",
"del": "^3.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"jsdom": "^9.12.0",
"require-dir": "^0.3.2",
"run-sequence": "^2.2.0",
"should": "^11.2.1",
"sinon": "^2.1.0",
"webpack": "^2.4.1",
"yargs": "^9.0.1"
},
"author": "Humany AB",
"license": "SEE LICENSE IN LICENSE.txt"
}
}
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