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

makeup-next-id

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-next-id - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

dist/index.js

2

browser.json
{
"dependencies":[
"require: ./index.js"
"require: ./dist/index.js"
]
}
{
"name": "makeup-next-id",
"version": "0.1.3",
"version": "0.2.0",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "makeup-next-id",
"description": "Assign the next id in sequence to an element, if an id property does not already exist.",
"version": "0.1.3",
"main": "index.js",
"version": "0.2.0",
"main": "dist/index.js",
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/makeup-next-id",

@@ -10,3 +10,3 @@ "author": "Ian McBurnie <ianmcburnie@hotmail.com>",

"scripts": {
"compile": "babel src/index.js --out-file index.js",
"compile": "babel src --out-dir dist",
"clean": "rimraf *.log .DS_Store"

@@ -25,3 +25,3 @@ },

"browser.json",
"index.js",
"dist/index.js",
"package-lock.json"

@@ -31,4 +31,3 @@ ],

"extends @ebay/browserslist-config"
],
"gitHead": "662ccb65a1c2dd54299366995d5371db515f7f61"
]
}

@@ -5,4 +5,2 @@ # makeup-next-id

A vanilla JavaScript port of <a href="https://github.com/ianmcburnie/jquery-next-id">jquery-next-id</a>.
## Experimental

@@ -9,0 +7,0 @@

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