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

ttf-api

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ttf-api - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/index.js

6

package.json
{
"name": "ttf-api",
"version": "0.1.0",
"description": "",
"browser": "dist/main.browser.js",
"version": "0.1.1",
"description": "The TrueToForm API SDK",
"main": "dist/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "jest",

@@ -1,2 +0,2 @@

// webpack.config.js
const path = require("path");
const TerserPlugin = require("terser-webpack-plugin");

@@ -8,3 +8,4 @@

output: {
filename: "main.browser.js",
path: path.resolve(__dirname, "dist"),
filename: "index.js",
library: "truetoformApi",

@@ -11,0 +12,0 @@ libraryTarget: "umd",

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