New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@culturehq/client

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@culturehq/client - npm Package Compare versions

Comparing version 9.3.0 to 9.4.0

src/requests.js

7

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [9.4.0] - 2019-03-29
### Changed
- Support generic `GET`, `POST`, `PATCH`, and `DELETE` requests without the need to name the functions.
## [9.3.0] - 2019-03-08

@@ -1004,3 +1008,4 @@ ### Added

[Unreleased]: https://github.com/CultureHQ/client/compare/v9.3.0...HEAD
[Unreleased]: https://github.com/CultureHQ/client/compare/v9.4.0...HEAD
[9.4.0]: https://github.com/CultureHQ/client/compare/v9.3.0...v9.4.0
[9.3.0]: https://github.com/CultureHQ/client/compare/v9.2.0...v9.3.0

@@ -1007,0 +1012,0 @@ [9.2.0]: https://github.com/CultureHQ/client/compare/v9.1.2...v9.2.0

18

package.json
{
"name": "@culturehq/client",
"version": "9.3.0",
"version": "9.4.0",
"description": "A JavaScript client that wraps the CultureHQ API",

@@ -27,14 +27,10 @@ "main": "dist/client.js",

"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.2.3",
"@culturehq/eslint-config": "^0.2.0",
"babel-eslint": "^10.0.0",
"babel-jest": "^24.3.1",
"eslint": "^5.14.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@culturehq/eslint-config": "^1.0.2",
"babel-jest": "^24.5.0",
"eslint": "^5.15.3",
"isomorphic-fetch": "^2.2.1",
"isomorphic-form-data": "^2.0.0",
"jest": "^24.3.1",
"jest": "^24.5.0",
"prettier": "^1.16.4",

@@ -41,0 +37,0 @@ "url-polyfill": "^1.1.3"

@@ -32,1 +32,3 @@ import client from "./apiCalls";

export { skipPreflightChecks } from "./fetcher";
export * from "./requests";
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