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

@gooddata/js-utils

Package Overview
Dependencies
Maintainers
22
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/js-utils - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0-jza-one-2404-unify-cookies-2017-05-09T08-17-04-964Z

lib/utils/cookies.js

6

lib/index.js
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;
exports.env = exports.date = exports.string = undefined;

@@ -24,2 +22,2 @@

exports.date = dateUtils;
exports.env = envUtils;
exports.env = envUtils;
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;
exports.getDateTimeConfig = getDateTimeConfig;

@@ -48,2 +46,2 @@

};
}
}
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;
exports.isProductionHostname = isProductionHostname;

@@ -14,2 +12,2 @@ /**

return !(hostname === 'localhost' || /getgooddata\.com$/.test(hostname) || /intgdc\.com$/.test(hostname));
}
}
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;

@@ -93,2 +91,2 @@ var _isNumber2 = require('lodash/isNumber');

return null;
}
}
{
"name": "@gooddata/js-utils",
"version": "0.5.1",
"version": "0.6.0-jza-one-2404-unify-cookies-2017-05-09T08-17-04-964Z",
"description": "Various utils shared on GoodData frontend",

@@ -21,3 +21,3 @@ "main": "lib/index.js",

"scripts": {
"build": "rm -rf lib && babel src --out-dir lib --ignore test",
"build": "grunt build",
"prepublish": "yarn run build"

@@ -30,9 +30,13 @@ },

"babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-runtime": "6.22.0",
"babel-preset-env": "1.4.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-stage-2": "6.22.0",
"eslint-config-gooddata": "0.0.9",
"eslint-config-gooddata": "0.0.11",
"exports-loader": "0.6.3",
"expose-loader": "0.7.3",
"grunt": "1.0.1",
"grunt-babel": "6.0.0",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-karma": "2.0.0",

@@ -62,7 +66,9 @@ "grunt-webpack": "1.0.14",

"dependencies": {
"js-cookie": "2.1.4",
"lodash": "4.17.4",
"moment": "2.17.1",
"moment-timezone": "0.5.11"
"moment-timezone": "0.5.11",
"testcafe": "0.14.0"
},
"license": "UNLICENSED"
}
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