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

npmnext-sample

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

npmnext-sample - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-dev.ae0a70050

.github/workflows/publish.yaml

37

package.json
{
"name": "npmnext-sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "copy-and-watch src/**/*.js dist",
"watch": "copy-and-watch --watch src/**/*.js dist",
"prepublishOnly": "npm run build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"copy-and-watch": "^0.1.4"
}
}
"name": "npmnext-sample",
"version": "1.0.1-dev.ae0a70050",
"description": "",
"main": "index.js",
"bin": {
"publish-release": "./publish-release.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilhan007/npmnext-sample.git"
},
"scripts": {
"build": "copy-and-watch src/**/*.js dist",
"watch": "copy-and-watch --watch src/**/*.js dist",
"prepublishOnly": "npm run build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"copy-and-watch": "^0.1.4"
}
}

@@ -1,3 +0,7 @@

/*
* Field webcomponent
/**
* Field webcomponent, wrapping a native input.
* @since 1.0.0
* @class
* @public
* @tagname my-field
*/

@@ -4,0 +8,0 @@ class Field extends HTMLElement {

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