You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@polkadot/types-create

Package Overview
Dependencies
Maintainers
2
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/types-create - npm Package Compare versions

Comparing version

to
6.12.2-21

18

package.json

@@ -23,6 +23,7 @@ {

"type": "module",
"version": "6.12.2-20",
"version": "6.12.2-21",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.5",
"@polkadot/types-codec": "6.12.2-21",
"@polkadot/util": "^8.2.2"

@@ -39,3 +40,2 @@ },

},
"./bundle.d.ts": "./bundle.d.ts",
"./create": {

@@ -49,4 +49,2 @@ "require": "./create/index.cjs",

},
"./create/class.d.ts": "./create/class.d.ts",
"./create/index.d.ts": "./create/index.d.ts",
"./create/type": {

@@ -56,3 +54,2 @@ "require": "./create/type.cjs",

},
"./create/type.d.ts": "./create/type.d.ts",
"./detectPackage": {

@@ -62,4 +59,2 @@ "require": "./detectPackage.cjs",

},
"./detectPackage.d.ts": "./detectPackage.d.ts",
"./index.d.ts": "./index.d.ts",
"./package.json": "./package.json",

@@ -70,3 +65,2 @@ "./packageInfo": {

},
"./packageInfo.d.ts": "./packageInfo.d.ts",
"./types": {

@@ -76,3 +70,2 @@ "require": "./types.cjs",

},
"./types.d.ts": "./types.d.ts",
"./util": {

@@ -86,3 +79,2 @@ "require": "./util/index.cjs",

},
"./util/encodeTypes.d.ts": "./util/encodeTypes.d.ts",
"./util/getTypeDef": {

@@ -92,4 +84,2 @@ "require": "./util/getTypeDef.cjs",

},
"./util/getTypeDef.d.ts": "./util/getTypeDef.d.ts",
"./util/index.d.ts": "./util/index.d.ts",
"./util/typeSplit": {

@@ -99,9 +89,7 @@ "require": "./util/typeSplit.cjs",

},
"./util/typeSplit.d.ts": "./util/typeSplit.d.ts",
"./util/xcm": {
"require": "./util/xcm.cjs",
"default": "./util/xcm.js"
},
"./util/xcm.d.ts": "./util/xcm.d.ts"
}
}
}

2

packageInfo.js

@@ -6,3 +6,3 @@ // Copyright 2017-2021 @polkadot/types-create authors & contributors

name: '@polkadot/types-create',
version: '6.12.2-20'
version: '6.12.2-21'
};

Sorry, the diff of this file is not supported yet