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

typings-core

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typings-core - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

dist/install.js

@@ -65,3 +65,3 @@ "use strict";

.then(function (tree) {
var name = expression.name || tree.name || dependency.meta.name;
var name = expression.name || dependency.meta.name || tree.name;
if (!name) {

@@ -68,0 +68,0 @@ return Promise.reject(new TypeError("Unable to install dependency from \"" + tree.raw + "\" without a name"));

{
"name": "typings-core",
"version": "0.2.6",
"version": "0.2.7",
"description": "The logic of Typings",

@@ -5,0 +5,0 @@ "main": "dist/typings.js",

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