🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@appthen/utils

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appthen/utils - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+5
-3
package.json
{
"name": "@appthen/utils",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.cjs.js",

@@ -12,3 +12,5 @@ "module": "dist/index.esm.js",

"build": "rollup -c && tsc --emitDeclarationOnly --declaration --declarationDir dist",
"pub": "npm publish --access public --registry https://registry.npmjs.org && cnpm sync @appthen/utils"
"prepare-publish": "node ./scripts/prepare-publish.js",
"restore-workspace": "node ./scripts/restore-workspace.js",
"pub": "npm run prepare-publish && npm publish --access public --registry https://registry.npmjs.org && npm run restore-workspace && cnpm sync @appthen/utils"
},

@@ -33,3 +35,3 @@ "devDependencies": {

"history": "4.x",
"@tarojs/taro": "workspace:*"
"@tarojs/taro": "^1.0.0"
},

@@ -36,0 +38,0 @@ "peerDependencies": {