New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pulumiverse/time

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumiverse/time - npm Package Compare versions

Comparing version

to
0.0.16

sleep.d.ts

3

index.d.ts

@@ -10,4 +10,7 @@ export { OffsetArgs, OffsetState } from "./offset";

export declare const Rotating: typeof import("./rotating").Rotating;
export { SleepArgs, SleepState } from "./sleep";
export type Sleep = import("./sleep").Sleep;
export declare const Sleep: typeof import("./sleep").Sleep;
export { StaticArgs, StaticState } from "./static";
export type Static = import("./static").Static;
export declare const Static: typeof import("./static").Static;

@@ -5,3 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Static = exports.Rotating = exports.Provider = exports.Offset = void 0;
exports.Static = exports.Sleep = exports.Rotating = exports.Provider = exports.Offset = void 0;
const pulumi = require("@pulumi/pulumi");

@@ -15,2 +15,4 @@ const utilities = require("./utilities");

utilities.lazyLoad(exports, ["Rotating"], () => require("./rotating"));
exports.Sleep = null;
utilities.lazyLoad(exports, ["Sleep"], () => require("./sleep"));
exports.Static = null;

@@ -26,2 +28,4 @@ utilities.lazyLoad(exports, ["Static"], () => require("./static"));

return new exports.Rotating(name, undefined, { urn });
case "time:index/sleep:Sleep":
return new exports.Sleep(name, undefined, { urn });
case "time:index/static:Static":

@@ -36,2 +40,3 @@ return new exports.Static(name, undefined, { urn });

pulumi.runtime.registerResourceModule("time", "index/rotating", _module);
pulumi.runtime.registerResourceModule("time", "index/sleep", _module);
pulumi.runtime.registerResourceModule("time", "index/static", _module);

@@ -38,0 +43,0 @@ pulumi.runtime.registerResourcePackage("time", {

5

package.json
{
"name": "@pulumiverse/time",
"version": "v0.0.15",
"version": "v0.0.16",
"description": "A Pulumi package for creating and managing Time resources",

@@ -14,4 +14,3 @@ "keywords": [

"scripts": {
"build": "tsc",
"install": "node scripts/install-pulumi-plugin.js resource time v0.0.15"
"build": "tsc"
},

@@ -18,0 +17,0 @@ "dependencies": {

@@ -23,3 +23,3 @@ "use strict";

}
return obj['__pulumiType'] === Provider.__pulumiType;
return obj['__pulumiType'] === "pulumi:providers:" + Provider.__pulumiType;
}

@@ -26,0 +26,0 @@ /**

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