Socket
Socket
Sign inDemoInstall

@swc/helpers

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/helpers - npm Package Compare versions

Comparing version 0.3.12 to 0.3.13

6

lib/index.js

@@ -491,2 +491,8 @@ "use strict";

});
Object.defineProperty(exports, "__param", {
enumerable: true,
get: function() {
return _tslib.__param;
}
});
var _applyDecoratedDescriptor = _interopRequireDefault1(require("./_apply_decorated_descriptor"));

@@ -493,0 +499,0 @@ var _arrayLikeToArray = _interopRequireDefault1(require("./_array_like_to_array"));

2

package.json
{
"name": "@swc/helpers",
"version": "0.3.12",
"version": "0.3.13",
"description": "External helpers for the swc project.",

@@ -5,0 +5,0 @@ "esnext": "src/index.js",

@@ -80,2 +80,2 @@ export { default as applyDecoratedDescriptor } from './_apply_decorated_descriptor';

export { default as wrapNativeSuper } from './_wrap_native_super';
export { __decorate, __metadata } from 'tslib'
export { __decorate, __metadata, __param } from 'tslib'
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