Socket
Socket
Sign inDemoInstall

@shopify/decorators

Package Overview
Dependencies
Maintainers
19
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/decorators - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

build/tsconfig.tsbuildinfo

5

index.js

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

module.exports = require("./build/cjs/index.js");
function interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {default: obj};
}
module.exports = interopRequireDefault(require("./build/cjs/index.js"));

11

package.json
{
"name": "@shopify/decorators",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"description": "A set of decorators to aid your JavaScript journey",
"main": "index.js",
"types": "index.d.ts",
"types": "./build/ts/index.d.ts",
"sideEffects": false,

@@ -31,7 +31,6 @@ "publishConfig": {

"index.mjs",
"index.esnext",
"index.d.ts"
"index.esnext"
],
"dependencies": {
"@shopify/function-enhancers": "^2.0.0"
"@shopify/function-enhancers": "^2.0.1"
},

@@ -48,3 +47,3 @@ "module": "index.mjs",

},
"gitHead": "40de4af181104f298cbab42d2d3d68e228a9a31a"
"gitHead": "c7d64cb78303f2752c172f6df52b78bc56bebd40"
}
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