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

applib

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applib - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

changelog.md

@@ -0,1 +1,5 @@

### v1.0.1
- Fix: don't version build products
- Chore: respect arguments passed to `npm run lint`
### v1.0.0

@@ -2,0 +6,0 @@ - Breaking: rename CollapseElement to CollapseTable

18

package.json
{
"name": "applib",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cross-platform JavaScript library for Wikimedia apps",

@@ -21,4 +21,4 @@ "keywords": [

"scripts": {
"lint": "eslint --cache --max-warnings 0 --ext .js --ext .json .",
"prebuild": "npm run -s lint",
"lint": "eslint --cache --max-warnings 0 --ext .js --ext .json",
"prebuild": "npm run -s lint .",
"build": "rollup -c",

@@ -28,6 +28,5 @@ "pretest": "npm run -s build",

"clean": "rm -rf build/",
"preversion": "[ -z \"$(git status --porcelain)\" ] && npm run -s clean && npm -s t && git add build",
"preversion": "[ -z \"$(git status -z)\" ]",
"postversion": "git push origin master --follow-tags && npm publish",
"upgrade": "ncu -au",
"clobber": "rm -rf node_modules"
"upgrade": "ncu -au"
},

@@ -37,3 +36,5 @@ "engines": {

},
"license": "Apache-2.0",
"files": [
"build"
],
"devDependencies": {

@@ -52,3 +53,4 @@ "babel-plugin-external-helpers": "6.22.0",

"rollup-plugin-babel": "2.7.1"
}
},
"license": "Apache-2.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