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

@looker/components-test-utils

Package Overview
Dependencies
Maintainers
9
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@looker/components-test-utils - npm Package Compare versions

Comparing version 0.7.36 to 0.8.0

lib/helpers/react-testing-library/comboboxHelpers.d.ts

1

lib/index.d.ts
export { ReactWrapper } from 'enzyme';
export * from './create_with_theme';
export * from './snapshot';
export * from './helpers/react-testing-library';

@@ -43,2 +43,15 @@ "use strict";

});
var _reactTestingLibrary = require("./helpers/react-testing-library");
Object.keys(_reactTestingLibrary).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _reactTestingLibrary[key];
}
});
});
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@looker/components-test-utils",
"license": "MIT",
"version": "0.7.36",
"version": "0.8.0",
"main": "lib/index.js",

@@ -19,3 +19,3 @@ "types": "lib/index.d.ts",

"devDependencies": {
"@looker/components-providers": "^0.7.36",
"@looker/components-providers": "^0.8.0",
"@testing-library/react": "^10.0.4",

@@ -35,3 +35,3 @@ "@types/enzyme": "^3.10.5",

},
"gitHead": "a72ded5fbfae372f6d86f7e12d1c3597a6e87e00"
"gitHead": "c8b06334a706bc61f16384f09546c12ffa346cf8"
}

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