You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

which-boxed-primitive

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

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [v1.0.1](https://github.com/ljharb/which-boxed-primitive/compare/v1.0.0...v1.0.1) - 2019-08-11
### Commits
- [meta] avoid running `safe-publish-latest` when not publishing [`140be87`](https://github.com/ljharb/which-boxed-primitive/commit/140be875149a3f413c80b68688d6edc92f668103)
## v1.0.0 - 2019-08-10

@@ -22,1 +28,2 @@

- Only apps should have lockfiles [`6857316`](https://github.com/ljharb/which-boxed-primitive/commit/68573165d8ce842cdf15d94af82f8cccb961b8cf)
- [Tests] use `npx aud` in `posttest` [`ee48a91`](https://github.com/ljharb/which-boxed-primitive/commit/ee48a9144bea23bde5cc47788a54d5aa7969d489)

5

package.json
{
"name": "which-boxed-primitive",
"version": "1.0.0",
"version": "1.0.1",
"description": "Which kind of boxed JS primitive is this?",

@@ -8,3 +8,3 @@ "main": "index.js",

"preversion": "auto-changelog",
"prepublish": "safe-publish-latest",
"prepublish": "not-in-publish || safe-publish-latest",
"lint": "eslint .",

@@ -46,2 +46,3 @@ "pretest": "npm run lint",

"has-symbols": "^1.0.0",
"in-publish": "^2.0.0",
"object-inspect": "^1.6.0",

@@ -48,0 +49,0 @@ "safe-publish-latest": "^1.1.2",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc