🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@chargo/ifhasprop

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chargo/ifhasprop - npm Package Compare versions

Comparing version
0.1.3-0
to
1.0.0
+5
-3
package.json
{
"name": "@chargo/ifhasprop",
"version": "0.1.3-0",
"version": "1.0.0",
"description": "if property didn't existed,throw error",

@@ -11,4 +11,5 @@ "main": "index.js",

"scripts": {
"build": "npm run test && tsc",
"test": "jest"
"build": "npm run test && npm run clean && tsc",
"test": "jest",
"clean": "rimraf dist"
},

@@ -23,2 +24,3 @@ "typings": "dist/index.d.ts",

"jest": "^27.4.5",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.1",

@@ -25,0 +27,0 @@ "typescript": "^4.5.4"