New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@typen/typ

Package Overview
Dependencies
Maintainers
1
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.0.2 to 0.0.3

2

dist/index.cjs.js

@@ -17,5 +17,5 @@ 'use strict';

const typ = o => protoType(o).substring(8, -1);
const typ = o => protoType(o).slice(8, -1);
exports.protoType = protoType;
exports.typ = typ;

@@ -13,4 +13,4 @@ /**

const typ = o => protoType(o).substring(8, -1);
const typ = o => protoType(o).slice(8, -1);
export { protoType, typ };
{
"name": "@typen/typ",
"version": "0.0.2",
"version": "0.0.3",
"description": "A type cheker",

@@ -32,3 +32,3 @@ "main": "dist/index.cjs.js",

"homepage": "https://github.com/hoyeungw/typen#readme",
"gitHead": "9b4e2ddb145e45ce721bb778b01ba802ff1d763c"
"gitHead": "a96200e0730bc6b17e82589e079a49ca155394a1"
}
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