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

@gram-data/gram-ast

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gram-data/gram-ast - npm Package Compare versions

Comparing version 0.2.18 to 0.3.1

28

dist/index.d.ts

@@ -484,3 +484,3 @@ /**

* ```
* uri`geo:48.198634,16.371648`
* uri`geo:39.282495,-76.594709`
* ```

@@ -490,4 +490,30 @@ *

*
* ### `plus`
*
* > A 'plus' URI identifies a physical location encoded as
* > Open Location Code, a "plus code".
*
* ```
* uri`plus:7CJ4+W4 Baltimore, MD`
* ```
*
* @see {@link https://github.com/google/open-location-code | Open Location Code }
*
* ### `h3`
*
* > An 'h3' URI identifies a physical location encoded using
* > the H3 geospatial indexing system, a multi-precision hexagonal
* > tiling of the sphere indexed with hierarchical linear indexes.
*
* ```
* uri`h3:8c2aa8c76b11bff`
* ```
*
* @see {@link https://h3geo.org | H3 }
*
* ### `http(s)`
*
* > Hopefully This Thing Presents Sensibly, a popular scheme used
* >on the interwebs.
*
*/

@@ -494,0 +520,0 @@ export interface UriLiteral extends TaggedTextLiteral {

6

package.json

@@ -11,3 +11,3 @@ {

],
"version": "0.2.18",
"version": "0.3.1",
"license": "MIT",

@@ -18,3 +18,3 @@ "repository": {

},
"homepage": "https://github.com/gram-data/gram-js/tree/main/packages/gram-ast#readme",
"homepage": "https://gram-data.github.io/gram-js/api/modules/gram-ast",
"main": "dist/index.js",

@@ -72,3 +72,3 @@ "unpkg": "dist/gram-ast.umd.production.min.js",

},
"gitHead": "3f14810a45eb375bef4c583130123f6fa1ec1e0b",
"gitHead": "7bc9b6e3417c00e2ba2bcbb24e9ecff5ea15dbde",
"publishConfig": {

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

@@ -629,9 +629,35 @@ /**

* ```
* uri`geo:48.198634,16.371648`
* uri`geo:39.282495,-76.594709`
* ```
*
* @see {@link https://tools.ietf.org/html/rfc5870 | IETF RFC5870 }
*
* ### `plus`
*
* > A 'plus' URI identifies a physical location encoded as
* > Open Location Code, a "plus code".
*
* ```
* uri`plus:7CJ4+W4 Baltimore, MD`
* ```
*
* @see {@link https://github.com/google/open-location-code | Open Location Code }
*
* ### `h3`
*
* > An 'h3' URI identifies a physical location encoded using
* > the H3 geospatial indexing system, a multi-precision hexagonal
* > tiling of the sphere indexed with hierarchical linear indexes.
*
* ```
* uri`h3:8c2aa8c76b11bff`
* ```
*
* @see {@link https://h3geo.org | H3 }
*
* ### `http(s)`
*
* > Hopefully This Thing Presents Sensibly, a popular scheme used
* >on the interwebs.
*
*/

@@ -638,0 +664,0 @@ export interface UriLiteral extends TaggedTextLiteral {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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