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

ozone-search-helper

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-search-helper - npm Package Compare versions

Comparing version 1.0.0 to 3.0.0

dist/index.d.ts

1

dist/ozone-search-helper.js

@@ -104,2 +104,3 @@ /// <amd-module name="ozone-search-helper"/>

constructor(url, searchParam) {
this.total = NaN;
this.offset = 0;

@@ -106,0 +107,0 @@ this.done = false;

19

package.json
{
"name": "ozone-search-helper",
"version": "1.0.0",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/taktik/ozone-search-helper"
"url": "https://github.com/taktik/ozone-components/packages/ozone-helper/ozone-search-helper"
},

@@ -14,3 +17,4 @@ "main": "dist/ozone-search-helper.js",

"build": "tsc",
"test": "tsc && git diff --exit-code"
"test": "tsc",
"doc": "typedoc --excludeExternals --out doc/ src/"
},

@@ -20,8 +24,11 @@ "author": "hj@taktik",

"devDependencies": {
"typescript": "^2.4.1"
"ozone-type": "^3.0.0",
"typescript": "^2.7.2"
},
"dependencies": {
"ozone-api-request": "^1",
"taktik-polymer-typescript": "^2"
"@types/lodash": "^4.14.104",
"ozone-api-request": "^1.0.4",
"taktik-polymer-typescript": "^2.3.2",
"typedoc": "^0.11.1"
}
}
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