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
27
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.6.3 to 0.6.4

lib/utils/post-events.js

7

lib/index.js
'use strict';
exports.__esModule = true;
exports.cookies = exports.env = exports.date = exports.string = undefined;
exports.postEvents = exports.cookies = exports.env = exports.date = exports.string = undefined;

@@ -22,2 +22,6 @@ var _string = require('./utils/string');

var _postEvents = require('./utils/post-events');
var postEventsUtils = _interopRequireWildcard(_postEvents);
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

@@ -29,1 +33,2 @@

exports.cookies = cookiesUtils;
exports.postEvents = postEventsUtils;

49

package.json
{
"name": "@gooddata/js-utils",
"version": "0.6.3",
"version": "0.6.4",
"description": "Various utils shared on GoodData frontend",

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

"build": "grunt build",
"prepublish": "yarn run build"
"prepublish": "yarn run build",
"test": "jest"
},

@@ -28,3 +29,3 @@ "devDependencies": {

"babel-core": "6.23.1",
"babel-loader": "6.3.2",
"babel-jest": "20.0.3",
"babel-plugin-lodash": "3.2.11",

@@ -36,30 +37,9 @@ "babel-plugin-transform-runtime": "6.22.0",

"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",
"grunt-webpack": "1.0.14",
"gruntify-eslint": "3.1.0",
"imports-loader": "0.7.0",
"istanbul-instrumenter-loader": "2.0.0",
"json-loader": "0.5.4",
"karma": "1.5.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-expect": "1.1.3",
"karma-junit-reporter": "1.2.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.2",
"karma-sinon": "1.0.5",
"karma-sinon-expect": "0.1.4",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.2",
"load-grunt-tasks": "3.5.2",
"mocha": "3.2.0",
"sinon": "1.17.7",
"webpack": "1.13.2",
"webpack-dev-server": "1.16.1"
"jest": "20.0.4",
"jest-junit": "1.5.1",
"load-grunt-tasks": "3.5.2"
},

@@ -73,3 +53,16 @@ "dependencies": {

},
"license": "UNLICENSED"
"license": "UNLICENSED",
"jest": {
"transform": {
".js": "babel-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.js$",
"moduleFileExtensions": [
"js"
],
"collectCoverageFrom": [
"src/**/*.js",
"!src/index.js"
]
}
}

@@ -18,3 +18,3 @@ GDC JavaScript utilities

grunt test [--ci]
yarn test

@@ -21,0 +21,0 @@ For **releasing** new version, run the following command:

@@ -5,2 +5,3 @@ import * as stringUtils from './utils/string';

import * as cookiesUtils from './utils/cookies';
import * as postEventsUtils from './utils/post-events';

@@ -11,3 +12,4 @@ export {

envUtils as env,
cookiesUtils as cookies
cookiesUtils as cookies,
postEventsUtils as postEvents
};
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