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

@stdlib/types

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/types - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

lib/browser.js

24

package.json
{
"name": "@stdlib/types",
"version": "0.0.12",
"version": "0.0.13",
"description": "stdlib TypeScript type declarations.",

@@ -16,6 +16,15 @@ "license": "Apache-2.0",

],
"main": ".",
"directories": {},
"main": "./lib",
"browser": "./lib/browser.js",
"directories": {
"example": "./examples",
"lib": "./lib",
"test": "./test"
},
"types": ".",
"scripts": {},
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples"
},
"homepage": "https://stdlib.io",

@@ -30,3 +39,8 @@ "repository": {

"dependencies": {},
"devDependencies": {},
"devDependencies": {
"@stdlib/assert": "^0.0.x",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-spec": "5.x.x"
},
"engines": {

@@ -33,0 +47,0 @@ "node": ">=0.10.0",

@@ -23,3 +23,3 @@ <!--

[![NPM version][npm-image]][npm-url] [![dependencies][dependencies-image]][dependencies-url]
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]

@@ -26,0 +26,0 @@ > TypeScript type declarations for stdlib.

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