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

@centralping/json-api-query

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@centralping/json-api-query - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

CHANGELOG.md

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

#### v0.1.1 (2018-10-09)
##### New Features
* **main:** make schema property enumerable and configurable ([e744af3b](https://github.com/CentralPing/json-api-query/commit/e744af3b27ef5781d6b9b26dbeb06e633fb3db64))
#### v0.1.0 (2018-10-09)

@@ -2,0 +8,0 @@

2

lib/main.js

@@ -20,4 +20,6 @@ // ESM syntax is supported.

Object.defineProperty(exports, 'schema', {
configurable: true,
enumerable: true,
// clone schema for all external requires
get: () => JSON.parse(JSON.stringify(schema))
});

2

package.json
{
"name": "@centralping/json-api-query",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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