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
39
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 3.0.0 to 3.1.0-naibinh-SD-47-walkme-2018-06-19T05-33-10-523Z

es/utils/walkme.d.ts

3

es/index.d.ts

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

import * as testUtils from './utils/testUtils';
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils };
import * as walkMe from './utils/walkme';
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils, walkMe };

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

import * as testUtils from './utils/testUtils';
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils };
import * as walkMe from './utils/walkme';
export { stringUtils as string, envUtils as env, cookiesUtils as cookies, postEventsUtils as postEvents, testUtils, walkMe };
//# sourceMappingURL=index.js.map

@@ -6,3 +6,3 @@ 'use strict';

});
exports.testUtils = exports.postEvents = exports.cookies = exports.env = exports.string = undefined;
exports.walkMe = exports.testUtils = exports.postEvents = exports.cookies = exports.env = exports.string = undefined;

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

var _walkme = require('./utils/walkme');
var walkMe = _interopRequireWildcard(_walkme);
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; } }

@@ -37,2 +41,3 @@

exports.testUtils = testUtils;
exports.walkMe = walkMe;
//# sourceMappingURL=index.js.map
{
"name": "@gooddata/js-utils",
"version": "3.0.0",
"version": "3.1.0-naibinh-SD-47-walkme-2018-06-19T05-33-10-523Z",
"description": "Various utils shared on GoodData frontend",

@@ -54,3 +54,5 @@ "repository": {

"dependencies": {
"@types/node": "^10.3.2",
"js-cookie": "^2.1.4",
"load-js": "^3.0.2",
"lodash": "^4.17.4",

@@ -57,0 +59,0 @@ "lodash-es": "^4.17.4"

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

import * as testUtils from './utils/testUtils';
import * as walkMe from './utils/walkme';

@@ -13,3 +14,4 @@ export {

postEventsUtils as postEvents,
testUtils
testUtils,
walkMe
};

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