Socket
Socket
Sign inDemoInstall

@shopify/useful-types

Package Overview
Dependencies
Maintainers
19
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/useful-types - npm Package Compare versions

Comparing version 2.4.2 to 3.0.0

19

build/cjs/index.js

@@ -1,18 +0,7 @@

"use strict";
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, '__esModule', { value: true });
var _types = require("./types.js");
const __ensureNonEmptyFile = '';
Object.keys(_types).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _types[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _types[key];
}
});
});
exports.__ensureNonEmptyFile = __ensureNonEmptyFile;
export * from './types';
export declare const __ensureNonEmptyFile = "";
//# sourceMappingURL=index.d.ts.map
export * from './types';
// Empty export to make sure this file has valid js output
export const __ensureNonEmptyFile = '';

@@ -10,2 +10,8 @@ # Changelog

## 3.0.0 - 2021-05-21
### Breaking Change
- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. [#1906](https://github.com/Shopify/quilt/pull/1906)
## 2.4.0 - 2021-04-23

@@ -12,0 +18,0 @@

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

module.exports = require("./build/node/index.js");
module.exports = require("./build/cjs/index.js");
{
"name": "@shopify/useful-types",
"version": "2.4.2",
"version": "3.0.0",
"license": "MIT",

@@ -23,2 +23,5 @@ "description": "A few handy TypeScript types",

"homepage": "https://github.com/Shopify/quilt/blob/main/packages/useful-types/README.md",
"engines": {
"node": ">=12.14.0"
},
"files": [

@@ -42,3 +45,3 @@ "build/*",

},
"gitHead": "4324f27f72ae7b1800ec6bde9087af4ed89b3833"
"gitHead": "40de4af181104f298cbab42d2d3d68e228a9a31a"
}

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc