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

@jaysalvat/smart-model

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jaysalvat/smart-model - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

build/smart-model.esm.js

2

package.json
{
"name": "@jaysalvat/smart-model",
"version": "0.1.1",
"version": "0.1.2",
"description": "Javascript object model",

@@ -5,0 +5,0 @@ "main": "./build/smart-model.umd.js",

import { terser } from 'rollup-plugin-terser'
import pkg from './package.json'
const NAME = 'Model'
const FILENAME = 'model'
const NAME = 'smartModel'
const FILENAME = 'smart-model'
const SRC = './src'

@@ -15,8 +15,8 @@ const DIST = './build'

const bannerLight = `/*! ${FILENAME} v${pkg.version} */`
const bannerLight = `/*! ${NAME} v${pkg.version} */`
const bannerFull = `
/**!
* ${FILENAME}
* ${NAME}
* ${pkg.description}
* https://github.com/jaysalvat/super-store
* https://github.com/jaysalvat/${FILENAME}
* @version ${pkg.version} built ${DATE}

@@ -23,0 +23,0 @@ * @license ${pkg.license}

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