Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@typen/typ

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typen/typ - npm Package Compare versions

Comparing version 0.1.19 to 0.2.0

dist/index.js

24

package.json
{
"name": "@typen/typ",
"version": "0.1.19",
"version": "0.2.0",
"description": "A type cheker",
"main": "./dist/index.cjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"type": "module",
"exports": "./dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/object.type.test.js"
},
"repository": {

@@ -35,3 +31,7 @@ "type": "git",

"homepage": "https://github.com/hoyeungw/typen#readme",
"gitHead": "d4586a566c0035a080b65e5e734b4cf098e241a7"
}
"gitHead": "b5bbf037ad98e42b9ab20ba9bca8406180a026b8",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/object.type.test.js"
}
}

@@ -0,0 +0,0 @@ # @typen/typ

Sorry, the diff of this file is not supported yet

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