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

@8base/utils

Package Overview
Dependencies
Maintainers
2
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@8base/utils - npm Package Compare versions

Comparing version 0.2.14 to 0.2.15

es/constants.js

25

package.json
{
"name": "@8base/utils",
"version": "0.2.14",
"main": "lib/utils.js",
"version": "0.2.15",
"main": "es/index.js",
"module": "es/index.js",
"scripts": {
"build": "NODE_ENV=production webpack --env dev && webpack --env build",
"build": "NODE_ENV=production babel src -d es --ignore __tests__",
"docs": "NODE_ENV=test documentation readme src/formatters/formatDataForMutation.js --section=API",
"test": "NPM_ENV=test jest",
"watch": "NODE_ENV=development webpack --progress --colors --watch --env dev"
"watch": "NODE_ENV=development babel src -d es --watch --ignore __tests__"
},

@@ -24,22 +25,12 @@ "jest": {

"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-app": "^3.1.1",
"babel-runtime": "^6.26.0",
"documentation": "^8.0.0",
"flow-copy-source": "^2.0.2",
"jest": "^23.1.0",
"ramda": "^0.25.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"yargs": "^12.0.1"
"jest": "^23.1.0"
},
"dependencies": {
"@8base/error-codes": "^1.0.5"
},
"peerDependencies": {
"ramda": "^0.25.0"
}
}

@@ -1,3 +0,1 @@

export { hasIdTokenExpiredError } from './hasIdTokenExpiredError';
export { hasRefreshTokenExpiredError } from './hasRefreshTokenExpiredError';
export { isFileEntity } from './isFileEntity';

@@ -4,0 +2,0 @@ export { isFileField } from './isFileField';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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