New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

unknown

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unknown - npm Package Compare versions

Comparing version
0.2.3
to
0.2.4
+4
-3
package.json
{
"name": "unknown",
"version": "0.2.3",
"version": "0.2.4",
"description": "A TypeScript utility library for interacting with the 'unknown' type.",

@@ -42,2 +42,3 @@ "keywords": [

"chai": "^4.2.0",
"link-self": "^0.2.0",
"mocha": "^7.1.2",

@@ -49,6 +50,6 @@ "npm-run-all": "^4.1.5",

"scripts": {
"prepare": "link-self",
"build": "tsc -b src && shx cp ./package.cjs.json ./dist/cjs/package.json",
"pretest": "npm run build",
"test": "npm link && npm link unknown && npm run test-fast",
"test-fast": "tsc -b test && mocha",
"test": "tsc -b test && mocha",
"prepublishOnly": "npm run build",

@@ -55,0 +56,0 @@ "clean": "shx rm -rf ./dist ./test/**/*.js ./**/*.tsbuildinfo"