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

global-typings-bundler

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

global-typings-bundler - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

README.md

4

package.json
{
"name": "global-typings-bundler",
"version": "0.1.0",
"version": "0.1.1",
"description": "Converts a collection of external module definition files into a single .d.ts file for distribution alongside a browser-ready JS bundle.",

@@ -9,3 +9,3 @@ "main": "index.js",

"build": "rm -rf build/ && tsc",
"dist": "rm -rf dist/ && cp -r build/src/ dist/ && cp package.json dist/",
"dist": "rm -rf dist/ && cp -r build/src/ dist/ && cp package.json README.md dist/",
"lint": "tslint src/*.ts",

@@ -12,0 +12,0 @@ "test": "node test/run-tests.js && diff -r test/accepted-output test/output",

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